COLOR #06364B

HEX: #06364B
RGB: (6,54,75)

Color info

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

RGB color model

#06364B color RGB value is (6,54,75).

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

RGB channels and saturation

R 6 of 255 = 2%
G 54 of 255 = 21%
B 75 of 255 = 29%

6
54
75

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

Portions of RGB colors in percentages

R + G + B =
6 + 54 + 75 = 135 (100%)
R 6 of 135 ~ 4.44%
G 54 of 135 ~ 40%
B 75 of 135 ~ 55.56%

%40
%55.56

CMYK color model

#06364B color CMYK value is (92,28,0,71).

  • cyan value is 92.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(92,28,0,71)
C92M28Y0K71 
(92%,28%,0%,71%)
(0.92/0.28/0.00/0.71)	

CMYK percentages

%92
%28
%0
%70.59

Codes

Color #06364B in popluar color models

06364B
RGB65475
HSL198°85.19%15.88%
HSB/HSV198°92.00%29.41%
CMYK92.00%28.00%0.00%
70.59%

Color #06364B in popluar number systems.

HEX06364B
Decimal65475
Binary1101101101001011
Octal666113

Shades and tints

Shades of #06364B

#06364B
(6,54,75)
#063245
(6,50,69)
#062E3F
(6,46,63)
#062A39
(6,42,57)
#062633
(6,38,51)
#06222D
(6,34,45)
#061E27
(6,30,39)
#061A21
(6,26,33)
#06161B
(6,22,27)
#061215
(6,18,21)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #06364B

#06364B
(6,54,75)
#1C485B
(28,72,91)
#325A6B
(50,90,107)
#486C7B
(72,108,123)
#5E7E8B
(94,126,139)
#74909B
(116,144,155)
#8AA2AB
(138,162,171)
#A0B4BB
(160,180,187)
#B6C6CB
(182,198,203)
#CCD8DB
(204,216,219)
#E2EAEB
(226,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06364B; }

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

This text font color is #06364B.


Background Color

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

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

This div background color is #06364B.


Border color

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

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

This div border color is #06364B.


Opacity

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

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

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

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

This text has shadow with #06364B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06364B on black background.


Color preview on white background

This text has color #06364B on white background.



Black color preview on #06364B background

This text has black color on #06364B background.


White color preview on #06364B background

This text has white color on #06364B background.