Shades of Juniper #6C9690
Tints of Juniper #6C9690
RGB
CMYK
RGB Variations
Color information
#6C9690 (or 0x6C9690) is known color: Juniper. HEX triplet: 6C, 96 and 90. RGB value is (108,150,144). Sum of RGB (Red+Green+Blue) = 108+150+144=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #6C9690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9690 is #93696F. Grayscale: #888888. Windows color (decimal): -9660784 or 9475692. OLE color: 9475692.
HSL color Cylindrical-coordinate representation of color #6C9690: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C9690 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 150 | 144 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.41 |
| HSL | 171.43º | 0.17% | 0.51% | - |
| HSV(B) | 171.43º | 0.28% | 0.59% | - |
| XYZ | 22.12 | 27.01 | 30.43 | - |
| YUV | 136.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 150 | 144 | 0.28 | 0 | 0.04 | 0.41 | 171.43 | 0.17 | 0.51 |
| Hex | 6C | 96 | 90 | 1C | 0 | 4 | 29 | AB | 11 | 33 |
| Octal | 154 | 226 | 220 | 34 | 0 | 4 | 51 | 253 | 21 | 63 |
| Binary | 1101100 | 10010110 | 10010000 | 11100 | 0 | 100 | 101001 | 10101011 | 10001 | 110011 |
Color Harmonies of #6C9690
Complementary color
Monochromatic Colors of #6C9690
Black with #6C9690
Text Example
Text Example
White with #6C9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9690; }
p { color: rgb(108,150,144); }
H1.HeaderClassName
{
color: #6C9690;
}
.AnyTagClassName
{
color: #6C9690;
}
</style>
background-color css
<style>
a { background-color: #6C9690; }
a { background-color: rgb(108,150,144); }
div.DivClassName
{
background-color: #6C9690;
}
.BgClassName
{
background-color: #6C9690;
}
</style>
border-color css
<style>
span { border-color: #6C9690; }
span { border-color: rgb(108,150,144); }
td.TdClassName
{
border-color: #6C9690;
}
.TagClassName
{
border-color: #6C9690;
}
</style>