Shades of Blue Whale #06314A
Tints of Blue Whale #06314A
RGB
CMYK
RGB Variations
Color information
#06314A (or 0x06314A) is known color: Blue Whale. HEX triplet: 06, 31 and 4A. RGB value is (6,49,74). Sum of RGB (Red+Green+Blue) = 6+49+74=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #06314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06314A is #F9CEB5. Grayscale: #262626. Windows color (decimal): -16371382 or 4862214. OLE color: 4862214.
HSL color Cylindrical-coordinate representation of color #06314A: hue angle of 202.06º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06314A is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 49 | 74 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.71 |
| HSL | 202.06º | 0.85% | 0.16% | - |
| HSV(B) | 202.06º | 0.92% | 0.29% | - |
| XYZ | 2.41 | 2.73 | 6.88 | - |
| YUV | 38.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 74 | 0.92 | 0.34 | 0 | 0.71 | 202.06 | 0.85 | 0.16 |
| Hex | 6 | 31 | 4A | 5C | 22 | 0 | 47 | CA | 55 | 10 |
| Octal | 6 | 61 | 112 | 134 | 42 | 0 | 107 | 312 | 125 | 20 |
| Binary | 110 | 110001 | 1001010 | 1011100 | 100010 | 0 | 1000111 | 11001010 | 1010101 | 10000 |
Color Harmonies of #06314A
Complementary color
Monochromatic Colors of #06314A
Black with #06314A
Text Example
Text Example
White with #06314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06314A; }
p { color: rgb(6,49,74); }
H1.HeaderClassName
{
color: #06314A;
}
.AnyTagClassName
{
color: #06314A;
}
</style>
background-color css
<style>
a { background-color: #06314A; }
a { background-color: rgb(6,49,74); }
div.DivClassName
{
background-color: #06314A;
}
.BgClassName
{
background-color: #06314A;
}
</style>
border-color css
<style>
span { border-color: #06314A; }
span { border-color: rgb(6,49,74); }
td.TdClassName
{
border-color: #06314A;
}
.TagClassName
{
border-color: #06314A;
}
</style>