Shades of Juniper #6A9492
Tints of Juniper #6A9492
RGB
CMYK
RGB Variations
Color information
#6A9492 (or 0x6A9492) is known color: Juniper. HEX triplet: 6A, 94 and 92. RGB value is (106,148,146). Sum of RGB (Red+Green+Blue) = 106+148+146=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9492 is #956B6D. Grayscale: #878787. Windows color (decimal): -9792366 or 9606250. OLE color: 9606250.
HSL color Cylindrical-coordinate representation of color #6A9492: hue angle of 177.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9492 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 146 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.42 |
| HSL | 177.14º | 0.17% | 0.5% | - |
| HSV(B) | 177.14º | 0.28% | 0.58% | - |
| XYZ | 21.72 | 26.32 | 31.13 | - |
| YUV | 135.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 146 | 0.28 | 0 | 0.01 | 0.42 | 177.14 | 0.17 | 0.5 |
| Hex | 6A | 94 | 92 | 1C | 0 | 1 | 2A | B1 | 11 | 32 |
| Octal | 152 | 224 | 222 | 34 | 0 | 1 | 52 | 261 | 21 | 62 |
| Binary | 1101010 | 10010100 | 10010010 | 11100 | 0 | 1 | 101010 | 10110001 | 10001 | 110010 |
Color Harmonies of #6A9492
Complementary color
Monochromatic Colors of #6A9492
Black with #6A9492
Text Example
Text Example
White with #6A9492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9492; }
p { color: rgb(106,148,146); }
H1.HeaderClassName
{
color: #6A9492;
}
.AnyTagClassName
{
color: #6A9492;
}
</style>
background-color css
<style>
a { background-color: #6A9492; }
a { background-color: rgb(106,148,146); }
div.DivClassName
{
background-color: #6A9492;
}
.BgClassName
{
background-color: #6A9492;
}
</style>
border-color css
<style>
span { border-color: #6A9492; }
span { border-color: rgb(106,148,146); }
td.TdClassName
{
border-color: #6A9492;
}
.TagClassName
{
border-color: #6A9492;
}
</style>