Shades of Blue Whale #063243
Tints of Blue Whale #063243
RGB
CMYK
RGB Variations
Color information
#063243 (or 0x063243) is known color: Blue Whale. HEX triplet: 06, 32 and 43. RGB value is (6,50,67). Sum of RGB (Red+Green+Blue) = 6+50+67=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #063243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063243 is #F9CDBC. Grayscale: #262626. Windows color (decimal): -16371133 or 4403718. OLE color: 4403718.
HSL color Cylindrical-coordinate representation of color #063243: hue angle of 196.72º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063243 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 50 | 67 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.74 |
| HSL | 196.72º | 0.84% | 0.14% | - |
| HSV(B) | 196.72º | 0.91% | 0.26% | - |
| XYZ | 2.23 | 2.73 | 5.72 | - |
| YUV | 38.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 67 | 0.91 | 0.25 | 0 | 0.74 | 196.72 | 0.84 | 0.14 |
| Hex | 6 | 32 | 43 | 5B | 19 | 0 | 4A | C5 | 54 | E |
| Octal | 6 | 62 | 103 | 133 | 31 | 0 | 112 | 305 | 124 | 16 |
| Binary | 110 | 110010 | 1000011 | 1011011 | 11001 | 0 | 1001010 | 11000101 | 1010100 | 1110 |
Color Harmonies of #063243
Complementary color
Monochromatic Colors of #063243
Black with #063243
Text Example
Text Example
White with #063243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063243; }
p { color: rgb(6,50,67); }
H1.HeaderClassName
{
color: #063243;
}
.AnyTagClassName
{
color: #063243;
}
</style>
background-color css
<style>
a { background-color: #063243; }
a { background-color: rgb(6,50,67); }
div.DivClassName
{
background-color: #063243;
}
.BgClassName
{
background-color: #063243;
}
</style>
border-color css
<style>
span { border-color: #063243; }
span { border-color: rgb(6,50,67); }
td.TdClassName
{
border-color: #063243;
}
.TagClassName
{
border-color: #063243;
}
</style>