Shades of Jewel #06643F
Tints of Jewel #06643F
RGB
CMYK
RGB Variations
Color information
#06643F (or 0x06643F) is known color: Jewel. HEX triplet: 06, 64 and 3F. RGB value is (6,100,63). Sum of RGB (Red+Green+Blue) = 6+100+63=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #06643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06643F is #F99BC0. Grayscale: #434343. Windows color (decimal): -16358337 or 4154374. OLE color: 4154374.
HSL color Cylindrical-coordinate representation of color #06643F: hue angle of 156.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06643F is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 100 | 63 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.61 |
| HSL | 156.38º | 0.89% | 0.21% | - |
| HSV(B) | 156.38º | 0.94% | 0.39% | - |
| XYZ | 5.53 | 9.51 | 6.25 | - |
| YUV | 67.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 63 | 0.94 | 0 | 0.37 | 0.61 | 156.38 | 0.89 | 0.21 |
| Hex | 6 | 64 | 3F | 5E | 0 | 25 | 3D | 9C | 59 | 15 |
| Octal | 6 | 144 | 77 | 136 | 0 | 45 | 75 | 234 | 131 | 25 |
| Binary | 110 | 1100100 | 111111 | 1011110 | 0 | 100101 | 111101 | 10011100 | 1011001 | 10101 |
Color Harmonies of #06643F
Complementary color
Monochromatic Colors of #06643F
Black with #06643F
Text Example
Text Example
White with #06643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06643F; }
p { color: rgb(6,100,63); }
H1.HeaderClassName
{
color: #06643F;
}
.AnyTagClassName
{
color: #06643F;
}
</style>
background-color css
<style>
a { background-color: #06643F; }
a { background-color: rgb(6,100,63); }
div.DivClassName
{
background-color: #06643F;
}
.BgClassName
{
background-color: #06643F;
}
</style>
border-color css
<style>
span { border-color: #06643F; }
span { border-color: rgb(6,100,63); }
td.TdClassName
{
border-color: #06643F;
}
.TagClassName
{
border-color: #06643F;
}
</style>