Html Css Color HEX #06374D Blue Whale

📋 copy color: '#06374D'

red 6 ◦ green 55 ◦ blue 77

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

Shades of Blue Whale #06374D

Tints of Blue Whale #06374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.86%

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

R = 4.35%
G = 39.86%
B = 55.8%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06374D (or 0x06374D) is known color: Blue Whale. HEX triplet: 06, 37 and 4D. RGB value is (6,55,77). Sum of RGB (Red+Green+Blue) = 6+55+77=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #06374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06374D is #F9C8B2. Grayscale: #2A2A2A. Windows color (decimal): -16369843 or 5060358. OLE color: 5060358.

HSL color Cylindrical-coordinate representation of color #06374D: hue angle of 198.59º 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 #06374D is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 55 77 -
CMYK 0.92 0.29 0 0.70
HSL 198.59º 0.86% 0.16% -
HSV(B) 198.59º 0.92% 0.3% -
XYZ 2.78 3.31 7.51 -
YUV 42.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 6 55 77 0.92 0.29 0 0.70 198.59 0.86 0.16
Hex 6 37 4D 5C 1D 0 46 C7 56 10
Octal 6 67 115 134 35 0 106 307 126 20
Binary 110 110111 1001101 1011100 11101 0 1000110 11000111 1010110 10000

Color Harmonies of #06374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06374D

Black with #06374D

Text Example


Text Example

White with #06374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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