Html Css Color HEX #06364D Blue Whale

📋 copy color: '#06364D'

red 6 ◦ green 54 ◦ blue 77

#06364D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #06364D

Tints of Blue Whale #06364D

RGB

 RED value IS 6 (2.73% from 255) = 4.38%

 GREEN value IS 54 (21.48% from 255) = 39.42%

 BLUE value IS 77 (30.47% from 255) = 56.2%

R = 4.38%
G = 39.42%
B = 56.2%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06364D (or 0x06364D) is known color: Blue Whale. HEX triplet: 06, 36 and 4D. RGB value is (6,54,77). Sum of RGB (Red+Green+Blue) = 6+54+77=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #06364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06364D is #F9C9B2. Grayscale: #2A2A2A. Windows color (decimal): -16370099 or 5060102. OLE color: 5060102.

HSL color Cylindrical-coordinate representation of color #06364D: hue angle of 199.44º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06364D is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 54 77 -
CMYK 0.92 0.30 0 0.70
HSL 199.44º 0.86% 0.16% -
HSV(B) 199.44º 0.92% 0.3% -
XYZ 2.73 3.21 7.5 -
YUV 42.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 6 54 77 0.92 0.30 0 0.70 199.44 0.86 0.16
Hex 6 36 4D 5C 1E 0 46 C7 56 10
Octal 6 66 115 134 36 0 106 307 126 20
Binary 110 110110 1001101 1011100 11110 0 1000110 11000111 1010110 10000

Color Harmonies of #06364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06364D

Black with #06364D

Text Example


Text Example

White with #06364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06364D; }

 p { color: rgb(6,54,77); }

 H1.HeaderClassName
 {
   color: #06364D;
 }
 .AnyTagClassName
 {
   color: #06364D;
 }
</style>

background-color css

<style>
 a { background-color: #06364D; }

 a { background-color: rgb(6,54,77); }

 div.DivClassName
 {
   background-color: #06364D;
 }
 .BgClassName
 {
   background-color: #06364D;
 }
</style>

border-color css

<style>
 span { border-color: #06364D; }

 span { border-color: rgb(6,54,77); }

 td.TdClassName
 {
   border-color: #06364D;
 }
 .TagClassName
 {
   border-color: #06364D;
 }
</style>