COLOR #06415D

HEX: #06415D
RGB: (6,65,93)

Color info

#06415D contains mainly green and blue colors. Web safe color of #06415D is #003366 (or #036).

RGB color model

#06415D color RGB value is (6,65,93).

  • red value is 6;
  • green value is 65;
  • blue value is 93.
RGB:
(6,65,93)
(2%,25%,36%)

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 93 of 255 = 36%

6
65
93

R + G + B ~ 21%. #06415D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 65 + 93 = 164 (100%)
R 6 of 164 ~ 3.66%
G 65 of 164 ~ 39.63%
B 93 of 164 ~ 56.71%

%39.63
%56.71

CMYK color model

#06415D color CMYK value is (94,30,0,64).

  • cyan value is 93.55%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(94,30,0,64)
C94M30Y0K64 
(94%,30%,0%,64%)
(0.94/0.30/0.00/0.64)	

CMYK percentages

%93.55
%30.11
%0
%63.53

Codes

Color #06415D in popluar color models

06415D
RGB66593
HSL199°87.88%19.41%
HSB/HSV199°93.55%36.47%
CMYK93.55%30.11%0.00%
63.53%

Color #06415D in popluar number systems.

HEX06415D
Decimal66593
Binary11010000011011101
Octal6101135

Shades and tints

Shades of #06415D

#06415D
(6,65,93)
#063C55
(6,60,85)
#06374D
(6,55,77)
#063245
(6,50,69)
#062D3D
(6,45,61)
#062835
(6,40,53)
#06232D
(6,35,45)
#061E25
(6,30,37)
#06191D
(6,25,29)
#061415
(6,20,21)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #06415D

#06415D
(6,65,93)
#1C526B
(28,82,107)
#326379
(50,99,121)
#487487
(72,116,135)
#5E8595
(94,133,149)
#7496A3
(116,150,163)
#8AA7B1
(138,167,177)
#A0B8BF
(160,184,191)
#B6C9CD
(182,201,205)
#CCDADB
(204,218,219)
#E2EBE9
(226,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06415D color. Also use rgb(6,65,93) instead hex code.

Text Font Color

.myTextColor { color: #06415D; }

<p style="color:#06415D">This sample text font color is #06415D.</p>

This text font color is #06415D.


Background Color

.myBgColor { background-color: #06415D; }

<div style="background-color:#06415D">Inner text</div>

This div background color is #06415D.


Border color

.myBorderColor { border: 1px solid #06415D; }

<div style="border:3px solid #06415D">Div</div>

This div border color is #06415D.


Opacity

.myOpacity80 { color: #06415D; opacity: 0.8; }

<p style="color:#06415D;opacity:0.8;">80%</p>

Text with #06415D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06415D;}

<p style="text-shadow: 3px 3px 1px #06415D">Text here.</p>

This text has shadow with #06415D color.

.textShadow {text-shadow: 3px 3px 1px #06415D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06415D, 5px 5px 20px red">Text here.</p>

This text has shadow with #06415D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06415D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06415D, Direction=45, Strength=4)">Text</p>

This text has shadow with #06415D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06415D;
  -webkit-box-shadow:	1px 1px 3px 2px #06415D;
  box-shadow:		1px 1px 3px 2px #06415D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06415D;
-webkit-box-shadow: 1px 1px 3px 2px #06415D;
box-shadow:1px 1px 3px 2px #06415D;">
Div content here</div>
This div box has shadow with color #06415D.

Preview

Color preview on black background

This text has color #06415D on black background.


Color preview on white background

This text has color #06415D on white background.



Black color preview on #06415D background

This text has black color on #06415D background.


White color preview on #06415D background

This text has white color on #06415D background.