Shades of Blue Whale #06334D
Tints of Blue Whale #06334D
RGB
CMYK
RGB Variations
Color information
#06334D (or 0x06334D) is known color: Blue Whale. HEX triplet: 06, 33 and 4D. RGB value is (6,51,77). Sum of RGB (Red+Green+Blue) = 6+51+77=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #06334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06334D is #F9CCB2. Grayscale: #282828. Windows color (decimal): -16370867 or 5059334. OLE color: 5059334.
HSL color Cylindrical-coordinate representation of color #06334D: hue angle of 201.97º 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 #06334D is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 51 | 77 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.70 |
| HSL | 201.97º | 0.86% | 0.16% | - |
| HSV(B) | 201.97º | 0.92% | 0.3% | - |
| XYZ | 2.6 | 2.94 | 7.45 | - |
| YUV | 40.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 77 | 0.92 | 0.34 | 0 | 0.70 | 201.97 | 0.86 | 0.16 |
| Hex | 6 | 33 | 4D | 5C | 22 | 0 | 46 | CA | 56 | 10 |
| Octal | 6 | 63 | 115 | 134 | 42 | 0 | 106 | 312 | 126 | 20 |
| Binary | 110 | 110011 | 1001101 | 1011100 | 100010 | 0 | 1000110 | 11001010 | 1010110 | 10000 |
Color Harmonies of #06334D
Complementary color
Monochromatic Colors of #06334D
Black with #06334D
Text Example
Text Example
White with #06334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06334D; }
p { color: rgb(6,51,77); }
H1.HeaderClassName
{
color: #06334D;
}
.AnyTagClassName
{
color: #06334D;
}
</style>
background-color css
<style>
a { background-color: #06334D; }
a { background-color: rgb(6,51,77); }
div.DivClassName
{
background-color: #06334D;
}
.BgClassName
{
background-color: #06334D;
}
</style>
border-color css
<style>
span { border-color: #06334D; }
span { border-color: rgb(6,51,77); }
td.TdClassName
{
border-color: #06334D;
}
.TagClassName
{
border-color: #06334D;
}
</style>