Shades of Jewel #066240
Tints of Jewel #066240
RGB
CMYK
RGB Variations
Color information
#066240 (or 0x066240) is known color: Jewel. HEX triplet: 06, 62 and 40. RGB value is (6,98,64). Sum of RGB (Red+Green+Blue) = 6+98+64=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #066240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066240 is #F99DBF. Grayscale: #424242. Windows color (decimal): -16358848 or 4219398. OLE color: 4219398.
HSL color Cylindrical-coordinate representation of color #066240: hue angle of 157.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066240 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 64 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.62 |
| HSL | 157.83º | 0.88% | 0.2% | - |
| HSV(B) | 157.83º | 0.94% | 0.38% | - |
| XYZ | 5.37 | 9.14 | 6.33 | - |
| YUV | 66.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 64 | 0.94 | 0 | 0.35 | 0.62 | 157.83 | 0.88 | 0.2 |
| Hex | 6 | 62 | 40 | 5E | 0 | 23 | 3E | 9E | 58 | 14 |
| Octal | 6 | 142 | 100 | 136 | 0 | 43 | 76 | 236 | 130 | 24 |
| Binary | 110 | 1100010 | 1000000 | 1011110 | 0 | 100011 | 111110 | 10011110 | 1011000 | 10100 |
Color Harmonies of #066240
Complementary color
Monochromatic Colors of #066240
Black with #066240
Text Example
Text Example
White with #066240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066240; }
p { color: rgb(6,98,64); }
H1.HeaderClassName
{
color: #066240;
}
.AnyTagClassName
{
color: #066240;
}
</style>
background-color css
<style>
a { background-color: #066240; }
a { background-color: rgb(6,98,64); }
div.DivClassName
{
background-color: #066240;
}
.BgClassName
{
background-color: #066240;
}
</style>
border-color css
<style>
span { border-color: #066240; }
span { border-color: rgb(6,98,64); }
td.TdClassName
{
border-color: #066240;
}
.TagClassName
{
border-color: #066240;
}
</style>