COLOR #06075D

HEX: #06075D RGB: (6,7,93)

Color info

#06075D contains mainly blue color. Web safe color of #06075D is #000066 (or #006).

RGB color model

#06075D color RGB value is (6,7,93).

RGB: (6,7,93) (2%, 3%, 36%)

RGB channels and saturation

R 6 of 255 = 2%
G 7 of 255 = 3%
B 93 of 255 = 36%

6
7
93

R + G + B ~ 14%. #06075D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 7 + 93 = 106 (100%)
R 6 of 106 ~ 5.66%
G 7 of 106 ~ 6.6%
B 93 of 106 ~ 87.74'%

%87.74

CMYK color model

#06075D color CMYK value is (94,92,0,64).

  • cyan value is 93.55%
  • magenta value is 92.47%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (94,92,0,64)
C94M92Y0K64 (94%, 92%, 0%, 64%)
(0.94 / 0.92 / 0.00 / 0.64)

CMYK percentages

%93.55
%92.47
%0
%63.53

Codes

Color #06075D in popluar color models

06 07 5D
RGB 6 7 93
HSL 239° 87.88% 19.41%
HSB/HSV 239° 93.55% 36.47%
CMYK 93.55% 92.47% 0.00%
63.53%

Color #06075D in popluar number systems.

HEX 06 07 5D
Decimal 6 7 93
Binary 110 111 1011101
Octal 6 7 135

Shades and tints

Shades of #06075D

#06075D
(6,7,93)
#060755
(6,7,85)
#06074D
(6,7,77)
#060745
(6,7,69)
#06073D
(6,7,61)
#060735
(6,7,53)
#06072D
(6,7,45)
#060725
(6,7,37)
#06071D
(6,7,29)
#060715
(6,7,21)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #06075D

#06075D
(6,7,93)
#1C1D6B
(28,29,107)
#323379
(50,51,121)
#484987
(72,73,135)
#5E5F95
(94,95,149)
#7475A3
(116,117,163)
#8A8BB1
(138,139,177)
#A0A1BF
(160,161,191)
#B6B7CD
(182,183,205)
#CCCDDB
(204,205,219)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06075D; }

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

This text font color is #06075D.

Background Color

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

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

This div background color is #06075D.

Border color

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

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

This div border color is #06075D.

Opacity

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

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

Text with #06075D 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 #06075D;}

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

This text has shadow with #06075D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06075D.

Preview

Color preview on black background

This text has color #06075D on black background.


Color preview on white background

This text has color #06075D on white background.


Black color preview on #06075D background

This text has black color on #06075D background.


White color preview on #06075D background

This text has white color on #06075D background.


Related colors

Complementary color

Complementary color for #hex is #F9F8A2.


I love getcolorcode.com

Triadic colors

1 #5D0607 and #075D06 with #06075D are triadic colors.

2 #5D0706 and #07065D with #06075D are triadic colors.