Shades of Blue Whale #06344D
Tints of Blue Whale #06344D
RGB
CMYK
RGB Variations
Color information
#06344D (or 0x06344D) is known color: Blue Whale. HEX triplet: 06, 34 and 4D. RGB value is (6,52,77). Sum of RGB (Red+Green+Blue) = 6+52+77=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #06344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06344D is #F9CBB2. Grayscale: #282828. Windows color (decimal): -16370611 or 5059590. OLE color: 5059590.
HSL color Cylindrical-coordinate representation of color #06344D: hue angle of 201.13º 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 #06344D is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 52 | 77 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.70 |
| HSL | 201.13º | 0.86% | 0.16% | - |
| HSV(B) | 201.13º | 0.92% | 0.3% | - |
| XYZ | 2.64 | 3.03 | 7.47 | - |
| YUV | 41.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 77 | 0.92 | 0.32 | 0 | 0.70 | 201.13 | 0.86 | 0.16 |
| Hex | 6 | 34 | 4D | 5C | 20 | 0 | 46 | C9 | 56 | 10 |
| Octal | 6 | 64 | 115 | 134 | 40 | 0 | 106 | 311 | 126 | 20 |
| Binary | 110 | 110100 | 1001101 | 1011100 | 100000 | 0 | 1000110 | 11001001 | 1010110 | 10000 |
Color Harmonies of #06344D
Complementary color
Monochromatic Colors of #06344D
Black with #06344D
Text Example
Text Example
White with #06344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06344D; }
p { color: rgb(6,52,77); }
H1.HeaderClassName
{
color: #06344D;
}
.AnyTagClassName
{
color: #06344D;
}
</style>
background-color css
<style>
a { background-color: #06344D; }
a { background-color: rgb(6,52,77); }
div.DivClassName
{
background-color: #06344D;
}
.BgClassName
{
background-color: #06344D;
}
</style>
border-color css
<style>
span { border-color: #06344D; }
span { border-color: rgb(6,52,77); }
td.TdClassName
{
border-color: #06344D;
}
.TagClassName
{
border-color: #06344D;
}
</style>