Shades of Juniper #6E9290
Tints of Juniper #6E9290
RGB
CMYK
RGB Variations
Color information
#6E9290 (or 0x6E9290) is known color: Juniper. HEX triplet: 6E, 92 and 90. RGB value is (110,146,144). Sum of RGB (Red+Green+Blue) = 110+146+144=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9290 is #916D6F. Grayscale: #868686. Windows color (decimal): -9530736 or 9474670. OLE color: 9474670.
HSL color Cylindrical-coordinate representation of color #6E9290: hue angle of 176.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9290 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 144 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.43 |
| HSL | 176.67º | 0.14% | 0.5% | - |
| HSV(B) | 176.67º | 0.25% | 0.57% | - |
| XYZ | 21.74 | 25.89 | 30.24 | - |
| YUV | 135.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 144 | 0.25 | 0 | 0.01 | 0.43 | 176.67 | 0.14 | 0.5 |
| Hex | 6E | 92 | 90 | 19 | 0 | 1 | 2B | B1 | E | 32 |
| Octal | 156 | 222 | 220 | 31 | 0 | 1 | 53 | 261 | 16 | 62 |
| Binary | 1101110 | 10010010 | 10010000 | 11001 | 0 | 1 | 101011 | 10110001 | 1110 | 110010 |
Color Harmonies of #6E9290
Complementary color
Monochromatic Colors of #6E9290
Black with #6E9290
Text Example
Text Example
White with #6E9290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9290; }
p { color: rgb(110,146,144); }
H1.HeaderClassName
{
color: #6E9290;
}
.AnyTagClassName
{
color: #6E9290;
}
</style>
background-color css
<style>
a { background-color: #6E9290; }
a { background-color: rgb(110,146,144); }
div.DivClassName
{
background-color: #6E9290;
}
.BgClassName
{
background-color: #6E9290;
}
</style>
border-color css
<style>
span { border-color: #6E9290; }
span { border-color: rgb(110,146,144); }
td.TdClassName
{
border-color: #6E9290;
}
.TagClassName
{
border-color: #6E9290;
}
</style>