Shades of Juniper #6D908E
Tints of Juniper #6D908E
RGB
CMYK
RGB Variations
Color information
#6D908E (or 0x6D908E) is known color: Juniper. HEX triplet: 6D, 90 and 8E. RGB value is (109,144,142). Sum of RGB (Red+Green+Blue) = 109+144+142=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #6D908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D908E is #926F71. Grayscale: #858585. Windows color (decimal): -9596786 or 9343085. OLE color: 9343085.
HSL color Cylindrical-coordinate representation of color #6D908E: hue angle of 176.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D908E is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 144 | 142 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.44 |
| HSL | 176.57º | 0.14% | 0.5% | - |
| HSV(B) | 176.57º | 0.24% | 0.56% | - |
| XYZ | 21.16 | 25.15 | 29.33 | - |
| YUV | 133.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 144 | 142 | 0.24 | 0 | 0.01 | 0.44 | 176.57 | 0.14 | 0.5 |
| Hex | 6D | 90 | 8E | 18 | 0 | 1 | 2C | B1 | E | 32 |
| Octal | 155 | 220 | 216 | 30 | 0 | 1 | 54 | 261 | 16 | 62 |
| Binary | 1101101 | 10010000 | 10001110 | 11000 | 0 | 1 | 101100 | 10110001 | 1110 | 110010 |
Color Harmonies of #6D908E
Complementary color
Monochromatic Colors of #6D908E
Black with #6D908E
Text Example
Text Example
White with #6D908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D908E; }
p { color: rgb(109,144,142); }
H1.HeaderClassName
{
color: #6D908E;
}
.AnyTagClassName
{
color: #6D908E;
}
</style>
background-color css
<style>
a { background-color: #6D908E; }
a { background-color: rgb(109,144,142); }
div.DivClassName
{
background-color: #6D908E;
}
.BgClassName
{
background-color: #6D908E;
}
</style>
border-color css
<style>
span { border-color: #6D908E; }
span { border-color: rgb(109,144,142); }
td.TdClassName
{
border-color: #6D908E;
}
.TagClassName
{
border-color: #6D908E;
}
</style>