Shades of Juniper #6F9997
Tints of Juniper #6F9997
RGB
CMYK
RGB Variations
Color information
#6F9997 (or 0x6F9997) is known color: Juniper. HEX triplet: 6F, 99 and 97. RGB value is (111,153,151). Sum of RGB (Red+Green+Blue) = 111+153+151=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9997 is #906668. Grayscale: #8C8C8C. Windows color (decimal): -9463401 or 9935215. OLE color: 9935215.
HSL color Cylindrical-coordinate representation of color #6F9997: hue angle of 177.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9997 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 151 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.4 |
| HSL | 177.14º | 0.17% | 0.52% | - |
| HSV(B) | 177.14º | 0.27% | 0.6% | - |
| XYZ | 23.53 | 28.4 | 33.52 | - |
| YUV | 140.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 151 | 0.27 | 0 | 0.01 | 0.4 | 177.14 | 0.17 | 0.52 |
| Hex | 6F | 99 | 97 | 1B | 0 | 1 | 28 | B1 | 11 | 34 |
| Octal | 157 | 231 | 227 | 33 | 0 | 1 | 50 | 261 | 21 | 64 |
| Binary | 1101111 | 10011001 | 10010111 | 11011 | 0 | 1 | 101000 | 10110001 | 10001 | 110100 |
Color Harmonies of #6F9997
Complementary color
Monochromatic Colors of #6F9997
Black with #6F9997
Text Example
Text Example
White with #6F9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9997; }
p { color: rgb(111,153,151); }
H1.HeaderClassName
{
color: #6F9997;
}
.AnyTagClassName
{
color: #6F9997;
}
</style>
background-color css
<style>
a { background-color: #6F9997; }
a { background-color: rgb(111,153,151); }
div.DivClassName
{
background-color: #6F9997;
}
.BgClassName
{
background-color: #6F9997;
}
</style>
border-color css
<style>
span { border-color: #6F9997; }
span { border-color: rgb(111,153,151); }
td.TdClassName
{
border-color: #6F9997;
}
.TagClassName
{
border-color: #6F9997;
}
</style>