Shades of Blue Whale #062F42
Tints of Blue Whale #062F42
RGB
CMYK
RGB Variations
Color information
#062F42 (or 0x062F42) is known color: Blue Whale. HEX triplet: 06, 2F and 42. RGB value is (6,47,66). Sum of RGB (Red+Green+Blue) = 6+47+66=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #062F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F42 is #F9D0BD. Grayscale: #242424. Windows color (decimal): -16371902 or 4337414. OLE color: 4337414.
HSL color Cylindrical-coordinate representation of color #062F42: hue angle of 199º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062F42 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 47 | 66 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.74 |
| HSL | 199º | 0.83% | 0.14% | - |
| HSV(B) | 199º | 0.91% | 0.26% | - |
| XYZ | 2.07 | 2.47 | 5.52 | - |
| YUV | 36.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 66 | 0.91 | 0.29 | 0 | 0.74 | 199 | 0.83 | 0.14 |
| Hex | 6 | 2F | 42 | 5B | 1D | 0 | 4A | C7 | 53 | E |
| Octal | 6 | 57 | 102 | 133 | 35 | 0 | 112 | 307 | 123 | 16 |
| Binary | 110 | 101111 | 1000010 | 1011011 | 11101 | 0 | 1001010 | 11000111 | 1010011 | 1110 |
Color Harmonies of #062F42
Complementary color
Monochromatic Colors of #062F42
Black with #062F42
Text Example
Text Example
White with #062F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F42; }
p { color: rgb(6,47,66); }
H1.HeaderClassName
{
color: #062F42;
}
.AnyTagClassName
{
color: #062F42;
}
</style>
background-color css
<style>
a { background-color: #062F42; }
a { background-color: rgb(6,47,66); }
div.DivClassName
{
background-color: #062F42;
}
.BgClassName
{
background-color: #062F42;
}
</style>
border-color css
<style>
span { border-color: #062F42; }
span { border-color: rgb(6,47,66); }
td.TdClassName
{
border-color: #062F42;
}
.TagClassName
{
border-color: #062F42;
}
</style>