Shades of Blue Whale #06324D
Tints of Blue Whale #06324D
RGB
CMYK
RGB Variations
Color information
#06324D (or 0x06324D) is known color: 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
| RGB | 6 | 50 | 77 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.70 |
| HSL | 202.82º | 0.86% | 0.16% | - |
| HSV(B) | 202.82º | 0.92% | 0.3% | - |
| XYZ | 2.56 | 2.86 | 7.44 | - |
| YUV | 39.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 77 | 0.92 | 0.35 | 0 | 0.70 | 202.82 | 0.86 | 0.16 |
| Hex | 6 | 32 | 4D | 5C | 23 | 0 | 46 | CB | 56 | 10 |
| Octal | 6 | 62 | 115 | 134 | 43 | 0 | 106 | 313 | 126 | 20 |
| Binary | 110 | 110010 | 1001101 | 1011100 | 100011 | 0 | 1000110 | 11001011 | 1010110 | 10000 |
Color Harmonies of #06324D
Complementary color
Monochromatic Colors of #06324D
Black with #06324D
Text Example
Text Example
White with #06324D
Text Example
Text Example
HTML Codes & Css Web 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>