Shades of Blue Whale #062E45
Tints of Blue Whale #062E45
RGB
CMYK
RGB Variations
Color information
#062E45 (or 0x062E45) is known color: Blue Whale. HEX triplet: 06, 2E and 45. RGB value is (6,46,69). Sum of RGB (Red+Green+Blue) = 6+46+69=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #062E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E45 is #F9D1BA. Grayscale: #242424. Windows color (decimal): -16372155 or 4533766. OLE color: 4533766.
HSL color Cylindrical-coordinate representation of color #062E45: hue angle of 201.9º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062E45 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 46 | 69 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.73 |
| HSL | 201.9º | 0.84% | 0.15% | - |
| HSV(B) | 201.9º | 0.91% | 0.27% | - |
| XYZ | 2.13 | 2.42 | 5.99 | - |
| YUV | 36.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 69 | 0.91 | 0.33 | 0 | 0.73 | 201.9 | 0.84 | 0.15 |
| Hex | 6 | 2E | 45 | 5B | 21 | 0 | 49 | CA | 54 | F |
| Octal | 6 | 56 | 105 | 133 | 41 | 0 | 111 | 312 | 124 | 17 |
| Binary | 110 | 101110 | 1000101 | 1011011 | 100001 | 0 | 1001001 | 11001010 | 1010100 | 1111 |
Color Harmonies of #062E45
Complementary color
Monochromatic Colors of #062E45
Black with #062E45
Text Example
Text Example
White with #062E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E45; }
p { color: rgb(6,46,69); }
H1.HeaderClassName
{
color: #062E45;
}
.AnyTagClassName
{
color: #062E45;
}
</style>
background-color css
<style>
a { background-color: #062E45; }
a { background-color: rgb(6,46,69); }
div.DivClassName
{
background-color: #062E45;
}
.BgClassName
{
background-color: #062E45;
}
</style>
border-color css
<style>
span { border-color: #062E45; }
span { border-color: rgb(6,46,69); }
td.TdClassName
{
border-color: #062E45;
}
.TagClassName
{
border-color: #062E45;
}
</style>