Shades of Jewel #06623C
Tints of Jewel #06623C
RGB
CMYK
RGB Variations
Color information
#06623C (or 0x06623C) is known color: Jewel. HEX triplet: 06, 62 and 3C. RGB value is (6,98,60). Sum of RGB (Red+Green+Blue) = 6+98+60=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #06623C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06623C is #F99DC3. Grayscale: #424242. Windows color (decimal): -16358852 or 3957254. OLE color: 3957254.
HSL color Cylindrical-coordinate representation of color #06623C: hue angle of 155.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06623C is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 60 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.62 |
| HSL | 155.22º | 0.88% | 0.2% | - |
| HSV(B) | 155.22º | 0.94% | 0.38% | - |
| XYZ | 5.26 | 9.1 | 5.75 | - |
| YUV | 66.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 60 | 0.94 | 0 | 0.39 | 0.62 | 155.22 | 0.88 | 0.2 |
| Hex | 6 | 62 | 3C | 5E | 0 | 27 | 3E | 9B | 58 | 14 |
| Octal | 6 | 142 | 74 | 136 | 0 | 47 | 76 | 233 | 130 | 24 |
| Binary | 110 | 1100010 | 111100 | 1011110 | 0 | 100111 | 111110 | 10011011 | 1011000 | 10100 |
Color Harmonies of #06623C
Complementary color
Monochromatic Colors of #06623C
Black with #06623C
Text Example
Text Example
White with #06623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06623C; }
p { color: rgb(6,98,60); }
H1.HeaderClassName
{
color: #06623C;
}
.AnyTagClassName
{
color: #06623C;
}
</style>
background-color css
<style>
a { background-color: #06623C; }
a { background-color: rgb(6,98,60); }
div.DivClassName
{
background-color: #06623C;
}
.BgClassName
{
background-color: #06623C;
}
</style>
border-color css
<style>
span { border-color: #06623C; }
span { border-color: rgb(6,98,60); }
td.TdClassName
{
border-color: #06623C;
}
.TagClassName
{
border-color: #06623C;
}
</style>