#06324D

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

Shades of Blue Whale #06324D

Tints of Blue Whale #06324D

Color information

#06324D (or 0x06324D) is unknown color: approx Blue Whale. HEX triplet: 06, 32 and 4D. RGB value is (6,50,77). Sum of RGB (Red+Green+Blue) = 6+50+77=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #06324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06324D is #F9CDB2. Grayscale: #272727. Windows color (decimal): -16371123 or 5059078. OLE color: 5059078.

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

Color convert

RGB65077-
CMYK0.920.3500.70
HSL202.82º85.54%16.27%-
HSV(B)202.82º92.21%30.2%-
XYZ2.562.867.44-
YUV39.92148.92103.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=4.51%
G=37.59%
B=57.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal650770.920.3500.70202.8285.5416.27
Hex6324D5C23046cb5610
Octal66211513443010631312620
Binary110110010100110110111001000110100011011001011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06324D;
 }
 .AnyTagClassName
 {
   color: #06324D;
 }
</style>
background-color css

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

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

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

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

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

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