Shades of Jewel #066344
Tints of Jewel #066344
RGB
CMYK
RGB Variations
Color information
#066344 (or 0x066344) is known color: Jewel. HEX triplet: 06, 63 and 44. RGB value is (6,99,68). Sum of RGB (Red+Green+Blue) = 6+99+68=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #066344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066344 is #F99CBB. Grayscale: #434343. Windows color (decimal): -16358588 or 4481798. OLE color: 4481798.
HSL color Cylindrical-coordinate representation of color #066344: hue angle of 160º 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 #066344 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 68 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.61 |
| HSL | 160º | 0.89% | 0.21% | - |
| HSV(B) | 160º | 0.94% | 0.39% | - |
| XYZ | 5.58 | 9.38 | 6.99 | - |
| YUV | 67.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 68 | 0.94 | 0 | 0.31 | 0.61 | 160 | 0.89 | 0.21 |
| Hex | 6 | 63 | 44 | 5E | 0 | 1F | 3D | A0 | 59 | 15 |
| Octal | 6 | 143 | 104 | 136 | 0 | 37 | 75 | 240 | 131 | 25 |
| Binary | 110 | 1100011 | 1000100 | 1011110 | 0 | 11111 | 111101 | 10100000 | 1011001 | 10101 |
Color Harmonies of #066344
Complementary color
Monochromatic Colors of #066344
Black with #066344
Text Example
Text Example
White with #066344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066344; }
p { color: rgb(6,99,68); }
H1.HeaderClassName
{
color: #066344;
}
.AnyTagClassName
{
color: #066344;
}
</style>
background-color css
<style>
a { background-color: #066344; }
a { background-color: rgb(6,99,68); }
div.DivClassName
{
background-color: #066344;
}
.BgClassName
{
background-color: #066344;
}
</style>
border-color css
<style>
span { border-color: #066344; }
span { border-color: rgb(6,99,68); }
td.TdClassName
{
border-color: #066344;
}
.TagClassName
{
border-color: #066344;
}
</style>