Shades of Jewel #06693C
Tints of Jewel #06693C
RGB
CMYK
RGB Variations
Color information
#06693C (or 0x06693C) is known color: Jewel. HEX triplet: 06, 69 and 3C. RGB value is (6,105,60). Sum of RGB (Red+Green+Blue) = 6+105+60=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #06693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06693C is #F996C3. Grayscale: #464646. Windows color (decimal): -16357060 or 3959046. OLE color: 3959046.
HSL color Cylindrical-coordinate representation of color #06693C: hue angle of 152.73º 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 #06693C is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 60 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.59 |
| HSL | 152.73º | 0.89% | 0.22% | - |
| HSV(B) | 152.73º | 0.94% | 0.41% | - |
| XYZ | 5.94 | 10.47 | 5.98 | - |
| YUV | 70.27 | 122.2 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 60 | 0.94 | 0 | 0.43 | 0.59 | 152.73 | 0.89 | 0.22 |
| Hex | 6 | 69 | 3C | 5E | 0 | 2B | 3B | 99 | 59 | 16 |
| Octal | 6 | 151 | 74 | 136 | 0 | 53 | 73 | 231 | 131 | 26 |
| Binary | 110 | 1101001 | 111100 | 1011110 | 0 | 101011 | 111011 | 10011001 | 1011001 | 10110 |
Color Harmonies of #06693C
Complementary color
Monochromatic Colors of #06693C
Black with #06693C
Text Example
Text Example
White with #06693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06693C; }
p { color: rgb(6,105,60); }
H1.HeaderClassName
{
color: #06693C;
}
.AnyTagClassName
{
color: #06693C;
}
</style>
background-color css
<style>
a { background-color: #06693C; }
a { background-color: rgb(6,105,60); }
div.DivClassName
{
background-color: #06693C;
}
.BgClassName
{
background-color: #06693C;
}
</style>
border-color css
<style>
span { border-color: #06693C; }
span { border-color: rgb(6,105,60); }
td.TdClassName
{
border-color: #06693C;
}
.TagClassName
{
border-color: #06693C;
}
</style>