Shades of Blue Whale #06364D
Tints of Blue Whale #06364D
RGB
CMYK
RGB Variations
Color information
#06364D (or 0x06364D) is known color: Blue Whale. HEX triplet: 06, 36 and 4D. RGB value is (6,54,77). Sum of RGB (Red+Green+Blue) = 6+54+77=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #06364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06364D is #F9C9B2. Grayscale: #2A2A2A. Windows color (decimal): -16370099 or 5060102. OLE color: 5060102.
HSL color Cylindrical-coordinate representation of color #06364D: hue angle of 199.44º 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 #06364D is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 54 | 77 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.70 |
| HSL | 199.44º | 0.86% | 0.16% | - |
| HSV(B) | 199.44º | 0.92% | 0.3% | - |
| XYZ | 2.73 | 3.21 | 7.5 | - |
| YUV | 42.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 77 | 0.92 | 0.30 | 0 | 0.70 | 199.44 | 0.86 | 0.16 |
| Hex | 6 | 36 | 4D | 5C | 1E | 0 | 46 | C7 | 56 | 10 |
| Octal | 6 | 66 | 115 | 134 | 36 | 0 | 106 | 307 | 126 | 20 |
| Binary | 110 | 110110 | 1001101 | 1011100 | 11110 | 0 | 1000110 | 11000111 | 1010110 | 10000 |
Color Harmonies of #06364D
Complementary color
Monochromatic Colors of #06364D
Black with #06364D
Text Example
Text Example
White with #06364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06364D; }
p { color: rgb(6,54,77); }
H1.HeaderClassName
{
color: #06364D;
}
.AnyTagClassName
{
color: #06364D;
}
</style>
background-color css
<style>
a { background-color: #06364D; }
a { background-color: rgb(6,54,77); }
div.DivClassName
{
background-color: #06364D;
}
.BgClassName
{
background-color: #06364D;
}
</style>
border-color css
<style>
span { border-color: #06364D; }
span { border-color: rgb(6,54,77); }
td.TdClassName
{
border-color: #06364D;
}
.TagClassName
{
border-color: #06364D;
}
</style>