Shades of Juniper #6C9294
Tints of Juniper #6C9294
RGB
CMYK
RGB Variations
Color information
#6C9294 (or 0x6C9294) is known color: Juniper. HEX triplet: 6C, 92 and 94. RGB value is (108,146,148). Sum of RGB (Red+Green+Blue) = 108+146+148=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C9294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9294 is #936D6B. Grayscale: #868686. Windows color (decimal): -9661804 or 9736812. OLE color: 9736812.
HSL color Cylindrical-coordinate representation of color #6C9294: hue angle of 183º 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 #6C9294 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 146 | 148 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.42 |
| HSL | 183º | 0.16% | 0.5% | - |
| HSV(B) | 183º | 0.27% | 0.58% | - |
| XYZ | 21.81 | 25.88 | 31.86 | - |
| YUV | 134.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 146 | 148 | 0.27 | 0.01 | 0 | 0.42 | 183 | 0.16 | 0.5 |
| Hex | 6C | 92 | 94 | 1B | 1 | 0 | 2A | B7 | 10 | 32 |
| Octal | 154 | 222 | 224 | 33 | 1 | 0 | 52 | 267 | 20 | 62 |
| Binary | 1101100 | 10010010 | 10010100 | 11011 | 1 | 0 | 101010 | 10110111 | 10000 | 110010 |
Color Harmonies of #6C9294
Complementary color
Monochromatic Colors of #6C9294
Black with #6C9294
Text Example
Text Example
White with #6C9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9294; }
p { color: rgb(108,146,148); }
H1.HeaderClassName
{
color: #6C9294;
}
.AnyTagClassName
{
color: #6C9294;
}
</style>
background-color css
<style>
a { background-color: #6C9294; }
a { background-color: rgb(108,146,148); }
div.DivClassName
{
background-color: #6C9294;
}
.BgClassName
{
background-color: #6C9294;
}
</style>
border-color css
<style>
span { border-color: #6C9294; }
span { border-color: rgb(108,146,148); }
td.TdClassName
{
border-color: #6C9294;
}
.TagClassName
{
border-color: #6C9294;
}
</style>