Shades of Blue Whale #06324C
Tints of Blue Whale #06324C
RGB
CMYK
RGB Variations
Color information
#06324C (or 0x06324C) is known color: Blue Whale. HEX triplet: 06, 32 and 4C. RGB value is (6,50,76). Sum of RGB (Red+Green+Blue) = 6+50+76=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #06324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06324C is #F9CDB3. Grayscale: #272727. Windows color (decimal): -16371124 or 4993542. OLE color: 4993542.
HSL color Cylindrical-coordinate representation of color #06324C: hue angle of 202.29º degrees, saturation: 0.85, 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 #06324C is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 50 | 76 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.70 |
| HSL | 202.29º | 0.85% | 0.16% | - |
| HSV(B) | 202.29º | 0.92% | 0.3% | - |
| XYZ | 2.52 | 2.84 | 7.25 | - |
| YUV | 39.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 76 | 0.92 | 0.34 | 0 | 0.70 | 202.29 | 0.85 | 0.16 |
| Hex | 6 | 32 | 4C | 5C | 22 | 0 | 46 | CA | 55 | 10 |
| Octal | 6 | 62 | 114 | 134 | 42 | 0 | 106 | 312 | 125 | 20 |
| Binary | 110 | 110010 | 1001100 | 1011100 | 100010 | 0 | 1000110 | 11001010 | 1010101 | 10000 |
Color Harmonies of #06324C
Complementary color
Monochromatic Colors of #06324C
Black with #06324C
Text Example
Text Example
White with #06324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06324C; }
p { color: rgb(6,50,76); }
H1.HeaderClassName
{
color: #06324C;
}
.AnyTagClassName
{
color: #06324C;
}
</style>
background-color css
<style>
a { background-color: #06324C; }
a { background-color: rgb(6,50,76); }
div.DivClassName
{
background-color: #06324C;
}
.BgClassName
{
background-color: #06324C;
}
</style>
border-color css
<style>
span { border-color: #06324C; }
span { border-color: rgb(6,50,76); }
td.TdClassName
{
border-color: #06324C;
}
.TagClassName
{
border-color: #06324C;
}
</style>