Shades of Juniper #6C9492
Tints of Juniper #6C9492
RGB
CMYK
RGB Variations
Color information
#6C9492 (or 0x6C9492) is known color: Juniper. HEX triplet: 6C, 94 and 92. RGB value is (108,148,146). Sum of RGB (Red+Green+Blue) = 108+148+146=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9492 is #936B6D. Grayscale: #878787. Windows color (decimal): -9661294 or 9606252. OLE color: 9606252.
HSL color Cylindrical-coordinate representation of color #6C9492: hue angle of 177º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C9492 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 146 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.42 |
| HSL | 177º | 0.16% | 0.5% | - |
| HSV(B) | 177º | 0.27% | 0.58% | - |
| XYZ | 21.96 | 26.44 | 31.14 | - |
| YUV | 135.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 146 | 0.27 | 0 | 0.01 | 0.42 | 177 | 0.16 | 0.5 |
| Hex | 6C | 94 | 92 | 1B | 0 | 1 | 2A | B1 | 10 | 32 |
| Octal | 154 | 224 | 222 | 33 | 0 | 1 | 52 | 261 | 20 | 62 |
| Binary | 1101100 | 10010100 | 10010010 | 11011 | 0 | 1 | 101010 | 10110001 | 10000 | 110010 |
Color Harmonies of #6C9492
Complementary color
Monochromatic Colors of #6C9492
Black with #6C9492
Text Example
Text Example
White with #6C9492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9492; }
p { color: rgb(108,148,146); }
H1.HeaderClassName
{
color: #6C9492;
}
.AnyTagClassName
{
color: #6C9492;
}
</style>
background-color css
<style>
a { background-color: #6C9492; }
a { background-color: rgb(108,148,146); }
div.DivClassName
{
background-color: #6C9492;
}
.BgClassName
{
background-color: #6C9492;
}
</style>
border-color css
<style>
span { border-color: #6C9492; }
span { border-color: rgb(108,148,146); }
td.TdClassName
{
border-color: #6C9492;
}
.TagClassName
{
border-color: #6C9492;
}
</style>