COLOR #06334B

HEX: #06334B
RGB: (6,51,75)

Color info

#06334B contains mainly green and blue colors. Web safe color of #06334B is #003333 (or #033).

RGB color model

#06334B color RGB value is (6,51,75).

  • red value is 6;
  • green value is 51;
  • blue value is 75.
RGB:
(6,51,75)
(2%,20%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 51 of 255 = 20%
B 75 of 255 = 29%

6
51
75

R + G + B ~ 17%. #06334B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 51 + 75 = 132 (100%)
R 6 of 132 ~ 4.55%
G 51 of 132 ~ 38.64%
B 75 of 132 ~ 56.82%

%38.64
%56.82

CMYK color model

#06334B color CMYK value is (92,32,0,71).

  • cyan value is 92.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(92,32,0,71)
C92M32Y0K71 
(92%,32%,0%,71%)
(0.92/0.32/0.00/0.71)	

CMYK percentages

%92
%32
%0
%70.59

Codes

Color #06334B in popluar color models

06334B
RGB65175
HSL201°85.19%15.88%
HSB/HSV201°92.00%29.41%
CMYK92.00%32.00%0.00%
70.59%

Color #06334B in popluar number systems.

HEX06334B
Decimal65175
Binary1101100111001011
Octal663113

Shades and tints

Shades of #06334B

#06334B
(6,51,75)
#062F45
(6,47,69)
#062B3F
(6,43,63)
#062739
(6,39,57)
#062333
(6,35,51)
#061F2D
(6,31,45)
#061B27
(6,27,39)
#061721
(6,23,33)
#06131B
(6,19,27)
#060F15
(6,15,21)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #06334B

#06334B
(6,51,75)
#1C455B
(28,69,91)
#32576B
(50,87,107)
#48697B
(72,105,123)
#5E7B8B
(94,123,139)
#748D9B
(116,141,155)
#8A9FAB
(138,159,171)
#A0B1BB
(160,177,187)
#B6C3CB
(182,195,203)
#CCD5DB
(204,213,219)
#E2E7EB
(226,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06334B color. Also use rgb(6,51,75) instead hex code.

Text Font Color

.myTextColor { color: #06334B; }

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

This text font color is #06334B.


Background Color

.myBgColor { background-color: #06334B; }

<div style="background-color:#06334B">Inner text</div>

This div background color is #06334B.


Border color

.myBorderColor { border: 1px solid #06334B; }

<div style="border:3px solid #06334B">Div</div>

This div border color is #06334B.


Opacity

.myOpacity80 { color: #06334B; opacity: 0.8; }

<p style="color:#06334B;opacity:0.8;">80%</p>

Text with #06334B 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 #06334B;}

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

This text has shadow with #06334B color.

.textShadow {text-shadow: 3px 3px 1px #06334B, 3px 3px 1px red;}

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

This text has shadow with #06334B primary color and red secondary color.


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

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

This text has shadow with #06334B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06334B on black background.


Color preview on white background

This text has color #06334B on white background.



Black color preview on #06334B background

This text has black color on #06334B background.


White color preview on #06334B background

This text has white color on #06334B background.