Shades of Juniper #6F8988
Tints of Juniper #6F8988
RGB
CMYK
RGB Variations
Color information
#6F8988 (or 0x6F8988) is known color: Juniper. HEX triplet: 6F, 89 and 88. RGB value is (111,137,136). Sum of RGB (Red+Green+Blue) = 111+137+136=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8988 is #907677. Grayscale: #818181. Windows color (decimal): -9467512 or 8948079. OLE color: 8948079.
HSL color Cylindrical-coordinate representation of color #6F8988: hue angle of 177.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8988 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 136 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.46 |
| HSL | 177.69º | 0.1% | 0.49% | - |
| HSV(B) | 177.69º | 0.19% | 0.54% | - |
| XYZ | 19.95 | 23.05 | 26.69 | - |
| YUV | 129.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 136 | 0.19 | 0 | 0.01 | 0.46 | 177.69 | 0.1 | 0.49 |
| Hex | 6F | 89 | 88 | 13 | 0 | 1 | 2E | B2 | A | 31 |
| Octal | 157 | 211 | 210 | 23 | 0 | 1 | 56 | 262 | 12 | 61 |
| Binary | 1101111 | 10001001 | 10001000 | 10011 | 0 | 1 | 101110 | 10110010 | 1010 | 110001 |
Color Harmonies of #6F8988
Complementary color
Monochromatic Colors of #6F8988
Black with #6F8988
Text Example
Text Example
White with #6F8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8988; }
p { color: rgb(111,137,136); }
H1.HeaderClassName
{
color: #6F8988;
}
.AnyTagClassName
{
color: #6F8988;
}
</style>
background-color css
<style>
a { background-color: #6F8988; }
a { background-color: rgb(111,137,136); }
div.DivClassName
{
background-color: #6F8988;
}
.BgClassName
{
background-color: #6F8988;
}
</style>
border-color css
<style>
span { border-color: #6F8988; }
span { border-color: rgb(111,137,136); }
td.TdClassName
{
border-color: #6F8988;
}
.TagClassName
{
border-color: #6F8988;
}
</style>