Shades of Blue Whale #06304D
Tints of Blue Whale #06304D
RGB
CMYK
RGB Variations
Color information
#06304D (or 0x06304D) is known color: Blue Whale. HEX triplet: 06, 30 and 4D. RGB value is (6,48,77). Sum of RGB (Red+Green+Blue) = 6+48+77=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #06304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06304D is #F9CFB2. Grayscale: #262626. Windows color (decimal): -16371635 or 5058566. OLE color: 5058566.
HSL color Cylindrical-coordinate representation of color #06304D: hue angle of 204.51º degrees, saturation: 0.86, 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 #06304D is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 48 | 77 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.70 |
| HSL | 204.51º | 0.86% | 0.16% | - |
| HSV(B) | 204.51º | 0.92% | 0.3% | - |
| XYZ | 2.47 | 2.69 | 7.41 | - |
| YUV | 38.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 77 | 0.92 | 0.38 | 0 | 0.70 | 204.51 | 0.86 | 0.16 |
| Hex | 6 | 30 | 4D | 5C | 26 | 0 | 46 | CD | 56 | 10 |
| Octal | 6 | 60 | 115 | 134 | 46 | 0 | 106 | 315 | 126 | 20 |
| Binary | 110 | 110000 | 1001101 | 1011100 | 100110 | 0 | 1000110 | 11001101 | 1010110 | 10000 |
Color Harmonies of #06304D
Complementary color
Monochromatic Colors of #06304D
Black with #06304D
Text Example
Text Example
White with #06304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06304D; }
p { color: rgb(6,48,77); }
H1.HeaderClassName
{
color: #06304D;
}
.AnyTagClassName
{
color: #06304D;
}
</style>
background-color css
<style>
a { background-color: #06304D; }
a { background-color: rgb(6,48,77); }
div.DivClassName
{
background-color: #06304D;
}
.BgClassName
{
background-color: #06304D;
}
</style>
border-color css
<style>
span { border-color: #06304D; }
span { border-color: rgb(6,48,77); }
td.TdClassName
{
border-color: #06304D;
}
.TagClassName
{
border-color: #06304D;
}
</style>