Shades of Jewel #06693A
Tints of Jewel #06693A
RGB
CMYK
RGB Variations
Color information
#06693A (or 0x06693A) is known color: Jewel. HEX triplet: 06, 69 and 3A. RGB value is (6,105,58). Sum of RGB (Red+Green+Blue) = 6+105+58=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 105 (41.41% from 255 or 62.13% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 105 - color contains mainly: green. Hex color #06693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693A is #F996C5. Grayscale: #464646. Windows color (decimal): -16357062 or 3827974. OLE color: 3827974.
HSL color Cylindrical-coordinate representation of color #06693A: hue angle of 151.52º 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 #06693A is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 58 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.59 |
| HSL | 151.52º | 0.89% | 0.22% | - |
| HSV(B) | 151.52º | 0.94% | 0.41% | - |
| XYZ | 5.89 | 10.45 | 5.71 | - |
| YUV | 70.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 58 | 0.94 | 0 | 0.45 | 0.59 | 151.52 | 0.89 | 0.22 |
| Hex | 6 | 69 | 3A | 5E | 0 | 2D | 3B | 98 | 59 | 16 |
| Octal | 6 | 151 | 72 | 136 | 0 | 55 | 73 | 230 | 131 | 26 |
| Binary | 110 | 1101001 | 111010 | 1011110 | 0 | 101101 | 111011 | 10011000 | 1011001 | 10110 |
Color Harmonies of #06693A
Complementary color
Monochromatic Colors of #06693A
Black with #06693A
Text Example
Text Example
White with #06693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06693A; }
p { color: rgb(6,105,58); }
H1.HeaderClassName
{
color: #06693A;
}
.AnyTagClassName
{
color: #06693A;
}
</style>
background-color css
<style>
a { background-color: #06693A; }
a { background-color: rgb(6,105,58); }
div.DivClassName
{
background-color: #06693A;
}
.BgClassName
{
background-color: #06693A;
}
</style>
border-color css
<style>
span { border-color: #06693A; }
span { border-color: rgb(6,105,58); }
td.TdClassName
{
border-color: #06693A;
}
.TagClassName
{
border-color: #06693A;
}
</style>