Shades of Blue Whale #063240
Tints of Blue Whale #063240
RGB
CMYK
RGB Variations
Color information
#063240 (or 0x063240) is known color: Blue Whale. HEX triplet: 06, 32 and 40. RGB value is (6,50,64). Sum of RGB (Red+Green+Blue) = 6+50+64=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #063240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063240 is #F9CDBF. Grayscale: #262626. Windows color (decimal): -16371136 or 4207110. OLE color: 4207110.
HSL color Cylindrical-coordinate representation of color #063240: hue angle of 194.48º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063240 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 50 | 64 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.75 |
| HSL | 194.48º | 0.83% | 0.14% | - |
| HSV(B) | 194.48º | 0.91% | 0.25% | - |
| XYZ | 2.14 | 2.69 | 5.26 | - |
| YUV | 38.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 64 | 0.91 | 0.22 | 0 | 0.75 | 194.48 | 0.83 | 0.14 |
| Hex | 6 | 32 | 40 | 5B | 16 | 0 | 4B | C2 | 53 | E |
| Octal | 6 | 62 | 100 | 133 | 26 | 0 | 113 | 302 | 123 | 16 |
| Binary | 110 | 110010 | 1000000 | 1011011 | 10110 | 0 | 1001011 | 11000010 | 1010011 | 1110 |
Color Harmonies of #063240
Complementary color
Monochromatic Colors of #063240
Black with #063240
Text Example
Text Example
White with #063240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063240; }
p { color: rgb(6,50,64); }
H1.HeaderClassName
{
color: #063240;
}
.AnyTagClassName
{
color: #063240;
}
</style>
background-color css
<style>
a { background-color: #063240; }
a { background-color: rgb(6,50,64); }
div.DivClassName
{
background-color: #063240;
}
.BgClassName
{
background-color: #063240;
}
</style>
border-color css
<style>
span { border-color: #063240; }
span { border-color: rgb(6,50,64); }
td.TdClassName
{
border-color: #063240;
}
.TagClassName
{
border-color: #063240;
}
</style>