#06324B

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

Shades of Blue Whale #06324B

Tints of Blue Whale #06324B

Color information

#06324B (or 0x06324B) is unknown color: approx Blue Whale. HEX triplet: 06, 32 and 4B. RGB value is (6,50,75). Sum of RGB (Red+Green+Blue) = 6+50+75=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #06324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06324B is #F9CDB4. Grayscale: #272727. Windows color (decimal): -16371125 or 4928006. OLE color: 4928006.

HSL color Cylindrical-coordinate representation of color #06324B: hue angle of 201.74º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06324B is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB65075-
CMYK0.920.3300.71
HSL201.74º85.19%15.88%-
HSV(B)201.74º92%29.41%-
XYZ2.492.837.07-
YUV39.69147.92103.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=4.58%
G=38.17%
B=57.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal650750.920.3300.71201.7485.1915.88
Hex6324B5C21047ca5510
Octal66211313441010731212520
Binary110110010100101110111001000010100011111001010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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