Shades of Jewel #066643
Tints of Jewel #066643
RGB
CMYK
RGB Variations
Color information
#066643 (or 0x066643) is known color: Jewel. HEX triplet: 06, 66 and 43. RGB value is (6,102,67). Sum of RGB (Red+Green+Blue) = 6+102+67=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #066643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066643 is #F999BC. Grayscale: #454545. Windows color (decimal): -16357821 or 4417030. OLE color: 4417030.
HSL color Cylindrical-coordinate representation of color #066643: hue angle of 158.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066643 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 67 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.6 |
| HSL | 158.13º | 0.89% | 0.21% | - |
| HSV(B) | 158.13º | 0.94% | 0.4% | - |
| XYZ | 5.84 | 9.95 | 6.92 | - |
| YUV | 69.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 67 | 0.94 | 0 | 0.34 | 0.6 | 158.13 | 0.89 | 0.21 |
| Hex | 6 | 66 | 43 | 5E | 0 | 22 | 3C | 9E | 59 | 15 |
| Octal | 6 | 146 | 103 | 136 | 0 | 42 | 74 | 236 | 131 | 25 |
| Binary | 110 | 1100110 | 1000011 | 1011110 | 0 | 100010 | 111100 | 10011110 | 1011001 | 10101 |
Color Harmonies of #066643
Complementary color
Monochromatic Colors of #066643
Black with #066643
Text Example
Text Example
White with #066643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066643; }
p { color: rgb(6,102,67); }
H1.HeaderClassName
{
color: #066643;
}
.AnyTagClassName
{
color: #066643;
}
</style>
background-color css
<style>
a { background-color: #066643; }
a { background-color: rgb(6,102,67); }
div.DivClassName
{
background-color: #066643;
}
.BgClassName
{
background-color: #066643;
}
</style>
border-color css
<style>
span { border-color: #066643; }
span { border-color: rgb(6,102,67); }
td.TdClassName
{
border-color: #066643;
}
.TagClassName
{
border-color: #066643;
}
</style>