Shades of Blue Whale #062E40
Tints of Blue Whale #062E40
RGB
CMYK
RGB Variations
Color information
#062E40 (or 0x062E40) is known color: Blue Whale. HEX triplet: 06, 2E and 40. RGB value is (6,46,64). Sum of RGB (Red+Green+Blue) = 6+46+64=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #062E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E40 is #F9D1BF. Grayscale: #232323. Windows color (decimal): -16372160 or 4206086. OLE color: 4206086.
HSL color Cylindrical-coordinate representation of color #062E40: hue angle of 198.62º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062E40 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 46 | 64 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.75 |
| HSL | 198.62º | 0.83% | 0.14% | - |
| HSV(B) | 198.62º | 0.91% | 0.25% | - |
| XYZ | 1.98 | 2.36 | 5.2 | - |
| YUV | 36.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 64 | 0.91 | 0.28 | 0 | 0.75 | 198.62 | 0.83 | 0.14 |
| Hex | 6 | 2E | 40 | 5B | 1C | 0 | 4B | C7 | 53 | E |
| Octal | 6 | 56 | 100 | 133 | 34 | 0 | 113 | 307 | 123 | 16 |
| Binary | 110 | 101110 | 1000000 | 1011011 | 11100 | 0 | 1001011 | 11000111 | 1010011 | 1110 |
Color Harmonies of #062E40
Complementary color
Monochromatic Colors of #062E40
Black with #062E40
Text Example
Text Example
White with #062E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E40; }
p { color: rgb(6,46,64); }
H1.HeaderClassName
{
color: #062E40;
}
.AnyTagClassName
{
color: #062E40;
}
</style>
background-color css
<style>
a { background-color: #062E40; }
a { background-color: rgb(6,46,64); }
div.DivClassName
{
background-color: #062E40;
}
.BgClassName
{
background-color: #062E40;
}
</style>
border-color css
<style>
span { border-color: #062E40; }
span { border-color: rgb(6,46,64); }
td.TdClassName
{
border-color: #062E40;
}
.TagClassName
{
border-color: #062E40;
}
</style>