Shades of Jewel #06693F
Tints of Jewel #06693F
RGB
CMYK
RGB Variations
Color information
#06693F (or 0x06693F) is known color: Jewel. HEX triplet: 06, 69 and 3F. RGB value is (6,105,63). Sum of RGB (Red+Green+Blue) = 6+105+63=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #06693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693F is #F996C0. Grayscale: #464646. Windows color (decimal): -16357057 or 4155654. OLE color: 4155654.
HSL color Cylindrical-coordinate representation of color #06693F: hue angle of 154.55º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06693F is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 63 | - |
| CMYK | 0.94 | 0 | 0.4 | 0.59 |
| HSL | 154.55º | 0.89% | 0.22% | - |
| HSV(B) | 154.55º | 0.94% | 0.41% | - |
| XYZ | 6.02 | 10.5 | 6.41 | - |
| YUV | 70.61 | 123.7 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 63 | 0.94 | 0 | 0.4 | 0.59 | 154.55 | 0.89 | 0.22 |
| Hex | 6 | 69 | 3F | 5E | 0 | 28 | 3B | 9B | 59 | 16 |
| Octal | 6 | 151 | 77 | 136 | 0 | 50 | 73 | 233 | 131 | 26 |
| Binary | 110 | 1101001 | 111111 | 1011110 | 0 | 101000 | 111011 | 10011011 | 1011001 | 10110 |
Color Harmonies of #06693F
Complementary color
Monochromatic Colors of #06693F
Black with #06693F
Text Example
Text Example
White with #06693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06693F; }
p { color: rgb(6,105,63); }
H1.HeaderClassName
{
color: #06693F;
}
.AnyTagClassName
{
color: #06693F;
}
</style>
background-color css
<style>
a { background-color: #06693F; }
a { background-color: rgb(6,105,63); }
div.DivClassName
{
background-color: #06693F;
}
.BgClassName
{
background-color: #06693F;
}
</style>
border-color css
<style>
span { border-color: #06693F; }
span { border-color: rgb(6,105,63); }
td.TdClassName
{
border-color: #06693F;
}
.TagClassName
{
border-color: #06693F;
}
</style>