Shades of Blue Whale #06374C
Tints of Blue Whale #06374C
RGB
CMYK
RGB Variations
Color information
#06374C (or 0x06374C) is known color: Blue Whale. HEX triplet: 06, 37 and 4C. RGB value is (6,55,76). Sum of RGB (Red+Green+Blue) = 6+55+76=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #06374C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06374C is #F9C8B3. Grayscale: #2A2A2A. Windows color (decimal): -16369844 or 4994822. OLE color: 4994822.
HSL color Cylindrical-coordinate representation of color #06374C: hue angle of 198º 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 #06374C is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 55 | 76 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.70 |
| HSL | 198º | 0.85% | 0.16% | - |
| HSV(B) | 198º | 0.92% | 0.3% | - |
| XYZ | 2.75 | 3.29 | 7.33 | - |
| YUV | 42.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 76 | 0.92 | 0.28 | 0 | 0.70 | 198 | 0.85 | 0.16 |
| Hex | 6 | 37 | 4C | 5C | 1C | 0 | 46 | C6 | 55 | 10 |
| Octal | 6 | 67 | 114 | 134 | 34 | 0 | 106 | 306 | 125 | 20 |
| Binary | 110 | 110111 | 1001100 | 1011100 | 11100 | 0 | 1000110 | 11000110 | 1010101 | 10000 |
Color Harmonies of #06374C
Complementary color
Monochromatic Colors of #06374C
Black with #06374C
Text Example
Text Example
White with #06374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06374C; }
p { color: rgb(6,55,76); }
H1.HeaderClassName
{
color: #06374C;
}
.AnyTagClassName
{
color: #06374C;
}
</style>
background-color css
<style>
a { background-color: #06374C; }
a { background-color: rgb(6,55,76); }
div.DivClassName
{
background-color: #06374C;
}
.BgClassName
{
background-color: #06374C;
}
</style>
border-color css
<style>
span { border-color: #06374C; }
span { border-color: rgb(6,55,76); }
td.TdClassName
{
border-color: #06374C;
}
.TagClassName
{
border-color: #06374C;
}
</style>