Shades of Juniper #6C9F98
Tints of Juniper #6C9F98
RGB
CMYK
RGB Variations
Color information
#6C9F98 (or 0x6C9F98) is known color: Juniper. HEX triplet: 6C, 9F and 98. RGB value is (108,159,152). Sum of RGB (Red+Green+Blue) = 108+159+152=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 159 - color contains mainly: green. Hex color #6C9F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9F98 is #936067. Grayscale: #8E8E8E. Windows color (decimal): -9658472 or 10002284. OLE color: 10002284.
HSL color Cylindrical-coordinate representation of color #6C9F98: hue angle of 171.76º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C9F98 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 159 | 152 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.38 |
| HSL | 171.76º | 0.21% | 0.52% | - |
| HSV(B) | 171.76º | 0.32% | 0.62% | - |
| XYZ | 24.25 | 30.25 | 34.27 | - |
| YUV | 142.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 159 | 152 | 0.32 | 0 | 0.04 | 0.38 | 171.76 | 0.21 | 0.52 |
| Hex | 6C | 9F | 98 | 20 | 0 | 4 | 26 | AC | 15 | 34 |
| Octal | 154 | 237 | 230 | 40 | 0 | 4 | 46 | 254 | 25 | 64 |
| Binary | 1101100 | 10011111 | 10011000 | 100000 | 0 | 100 | 100110 | 10101100 | 10101 | 110100 |
Color Harmonies of #6C9F98
Complementary color
Monochromatic Colors of #6C9F98
Black with #6C9F98
Text Example
Text Example
White with #6C9F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9F98; }
p { color: rgb(108,159,152); }
H1.HeaderClassName
{
color: #6C9F98;
}
.AnyTagClassName
{
color: #6C9F98;
}
</style>
background-color css
<style>
a { background-color: #6C9F98; }
a { background-color: rgb(108,159,152); }
div.DivClassName
{
background-color: #6C9F98;
}
.BgClassName
{
background-color: #6C9F98;
}
</style>
border-color css
<style>
span { border-color: #6C9F98; }
span { border-color: rgb(108,159,152); }
td.TdClassName
{
border-color: #6C9F98;
}
.TagClassName
{
border-color: #6C9F98;
}
</style>