Shades of Blue Whale #06364C
Tints of Blue Whale #06364C
RGB
CMYK
RGB Variations
Color information
#06364C (or 0x06364C) is known color: Blue Whale. HEX triplet: 06, 36 and 4C. RGB value is (6,54,76). Sum of RGB (Red+Green+Blue) = 6+54+76=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #06364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06364C is #F9C9B3. Grayscale: #2A2A2A. Windows color (decimal): -16370100 or 4994566. OLE color: 4994566.
HSL color Cylindrical-coordinate representation of color #06364C: hue angle of 198.86º 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 #06364C is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 54 | 76 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.70 |
| HSL | 198.86º | 0.85% | 0.16% | - |
| HSV(B) | 198.86º | 0.92% | 0.3% | - |
| XYZ | 2.7 | 3.2 | 7.31 | - |
| YUV | 42.16 | 147.1 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 76 | 0.92 | 0.29 | 0 | 0.70 | 198.86 | 0.85 | 0.16 |
| Hex | 6 | 36 | 4C | 5C | 1D | 0 | 46 | C7 | 55 | 10 |
| Octal | 6 | 66 | 114 | 134 | 35 | 0 | 106 | 307 | 125 | 20 |
| Binary | 110 | 110110 | 1001100 | 1011100 | 11101 | 0 | 1000110 | 11000111 | 1010101 | 10000 |
Color Harmonies of #06364C
Complementary color
Monochromatic Colors of #06364C
Black with #06364C
Text Example
Text Example
White with #06364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06364C; }
p { color: rgb(6,54,76); }
H1.HeaderClassName
{
color: #06364C;
}
.AnyTagClassName
{
color: #06364C;
}
</style>
background-color css
<style>
a { background-color: #06364C; }
a { background-color: rgb(6,54,76); }
div.DivClassName
{
background-color: #06364C;
}
.BgClassName
{
background-color: #06364C;
}
</style>
border-color css
<style>
span { border-color: #06364C; }
span { border-color: rgb(6,54,76); }
td.TdClassName
{
border-color: #06364C;
}
.TagClassName
{
border-color: #06364C;
}
</style>