Shades of Blue Whale #06304C
Tints of Blue Whale #06304C
RGB
CMYK
RGB Variations
Color information
#06304C (or 0x06304C) is known color: Blue Whale. HEX triplet: 06, 30 and 4C. RGB value is (6,48,76). Sum of RGB (Red+Green+Blue) = 6+48+76=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #06304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06304C is #F9CFB3. Grayscale: #262626. Windows color (decimal): -16371636 or 4993030. OLE color: 4993030.
HSL color Cylindrical-coordinate representation of color #06304C: hue angle of 204º 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 #06304C is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 48 | 76 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.70 |
| HSL | 204º | 0.85% | 0.16% | - |
| HSV(B) | 204º | 0.92% | 0.3% | - |
| XYZ | 2.44 | 2.67 | 7.23 | - |
| YUV | 38.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 76 | 0.92 | 0.37 | 0 | 0.70 | 204 | 0.85 | 0.16 |
| Hex | 6 | 30 | 4C | 5C | 25 | 0 | 46 | CC | 55 | 10 |
| Octal | 6 | 60 | 114 | 134 | 45 | 0 | 106 | 314 | 125 | 20 |
| Binary | 110 | 110000 | 1001100 | 1011100 | 100101 | 0 | 1000110 | 11001100 | 1010101 | 10000 |
Color Harmonies of #06304C
Complementary color
Monochromatic Colors of #06304C
Black with #06304C
Text Example
Text Example
White with #06304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06304C; }
p { color: rgb(6,48,76); }
H1.HeaderClassName
{
color: #06304C;
}
.AnyTagClassName
{
color: #06304C;
}
</style>
background-color css
<style>
a { background-color: #06304C; }
a { background-color: rgb(6,48,76); }
div.DivClassName
{
background-color: #06304C;
}
.BgClassName
{
background-color: #06304C;
}
</style>
border-color css
<style>
span { border-color: #06304C; }
span { border-color: rgb(6,48,76); }
td.TdClassName
{
border-color: #06304C;
}
.TagClassName
{
border-color: #06304C;
}
</style>