Shades of Blue Whale #06314C
Tints of Blue Whale #06314C
RGB
CMYK
RGB Variations
Color information
#06314C (or 0x06314C) is known color: Blue Whale. HEX triplet: 06, 31 and 4C. RGB value is (6,49,76). Sum of RGB (Red+Green+Blue) = 6+49+76=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #06314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06314C is #F9CEB3. Grayscale: #272727. Windows color (decimal): -16371380 or 4993286. OLE color: 4993286.
HSL color Cylindrical-coordinate representation of color #06314C: hue angle of 203.14º degrees, saturation: 0.85, 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 #06314C is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 49 | 76 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.70 |
| HSL | 203.14º | 0.85% | 0.16% | - |
| HSV(B) | 203.14º | 0.92% | 0.3% | - |
| XYZ | 2.48 | 2.76 | 7.24 | - |
| YUV | 39.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 76 | 0.92 | 0.36 | 0 | 0.70 | 203.14 | 0.85 | 0.16 |
| Hex | 6 | 31 | 4C | 5C | 24 | 0 | 46 | CB | 55 | 10 |
| Octal | 6 | 61 | 114 | 134 | 44 | 0 | 106 | 313 | 125 | 20 |
| Binary | 110 | 110001 | 1001100 | 1011100 | 100100 | 0 | 1000110 | 11001011 | 1010101 | 10000 |
Color Harmonies of #06314C
Complementary color
Monochromatic Colors of #06314C
Black with #06314C
Text Example
Text Example
White with #06314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06314C; }
p { color: rgb(6,49,76); }
H1.HeaderClassName
{
color: #06314C;
}
.AnyTagClassName
{
color: #06314C;
}
</style>
background-color css
<style>
a { background-color: #06314C; }
a { background-color: rgb(6,49,76); }
div.DivClassName
{
background-color: #06314C;
}
.BgClassName
{
background-color: #06314C;
}
</style>
border-color css
<style>
span { border-color: #06314C; }
span { border-color: rgb(6,49,76); }
td.TdClassName
{
border-color: #06314C;
}
.TagClassName
{
border-color: #06314C;
}
</style>