#06374D

Color #06374D Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #06374D

Tints of Blue Whale #06374D

Color information

#06374D (or 0x06374D) is unknown color: approx 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

RGB65577-
CMYK0.920.2900.70
HSL198.59º85.54%16.27%-
HSV(B)198.59º92.21%30.2%-
XYZ2.783.317.51-
YUV42.86147.27101.71-

RGB Variations

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

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.80%
R=4.35%
G=39.86%
B=55.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal655770.920.2900.70198.5985.5416.27
Hex6374D5C1D046c75610
Octal66711513435010630712620
Binary11011011110011011011100111010100011011000111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>