Shades of Juniper #6F9899
Tints of Juniper #6F9899
RGB
CMYK
RGB Variations
Color information
#6F9899 (or 0x6F9899) is known color: Juniper. HEX triplet: 6F, 98 and 99. RGB value is (111,152,153). Sum of RGB (Red+Green+Blue) = 111+152+153=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F9899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9899 is #906766. Grayscale: #8B8B8B. Windows color (decimal): -9463655 or 10066031. OLE color: 10066031.
HSL color Cylindrical-coordinate representation of color #6F9899: hue angle of 181.43º 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 #6F9899 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 152 | 153 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.4 |
| HSL | 181.43º | 0.17% | 0.52% | - |
| HSV(B) | 181.43º | 0.27% | 0.6% | - |
| XYZ | 23.53 | 28.14 | 34.33 | - |
| YUV | 139.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 153 | 0.27 | 0.01 | 0 | 0.4 | 181.43 | 0.17 | 0.52 |
| Hex | 6F | 98 | 99 | 1B | 1 | 0 | 28 | B5 | 11 | 34 |
| Octal | 157 | 230 | 231 | 33 | 1 | 0 | 50 | 265 | 21 | 64 |
| Binary | 1101111 | 10011000 | 10011001 | 11011 | 1 | 0 | 101000 | 10110101 | 10001 | 110100 |
Color Harmonies of #6F9899
Complementary color
Monochromatic Colors of #6F9899
Black with #6F9899
Text Example
Text Example
White with #6F9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9899; }
p { color: rgb(111,152,153); }
H1.HeaderClassName
{
color: #6F9899;
}
.AnyTagClassName
{
color: #6F9899;
}
</style>
background-color css
<style>
a { background-color: #6F9899; }
a { background-color: rgb(111,152,153); }
div.DivClassName
{
background-color: #6F9899;
}
.BgClassName
{
background-color: #6F9899;
}
</style>
border-color css
<style>
span { border-color: #6F9899; }
span { border-color: rgb(111,152,153); }
td.TdClassName
{
border-color: #6F9899;
}
.TagClassName
{
border-color: #6F9899;
}
</style>