Shades of Juniper #6A9493
Tints of Juniper #6A9493
RGB
CMYK
RGB Variations
Color information
#6A9493 (or 0x6A9493) is known color: Juniper. HEX triplet: 6A, 94 and 93. RGB value is (106,148,147). Sum of RGB (Red+Green+Blue) = 106+148+147=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9493 is #956B6C. Grayscale: #878787. Windows color (decimal): -9792365 or 9671786. OLE color: 9671786.
HSL color Cylindrical-coordinate representation of color #6A9493: hue angle of 178.57º 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 #6A9493 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 147 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.42 |
| HSL | 178.57º | 0.17% | 0.5% | - |
| HSV(B) | 178.57º | 0.28% | 0.58% | - |
| XYZ | 21.8 | 26.35 | 31.54 | - |
| YUV | 135.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 147 | 0.28 | 0 | 0.01 | 0.42 | 178.57 | 0.17 | 0.5 |
| Hex | 6A | 94 | 93 | 1C | 0 | 1 | 2A | B3 | 11 | 32 |
| Octal | 152 | 224 | 223 | 34 | 0 | 1 | 52 | 263 | 21 | 62 |
| Binary | 1101010 | 10010100 | 10010011 | 11100 | 0 | 1 | 101010 | 10110011 | 10001 | 110010 |
Color Harmonies of #6A9493
Complementary color
Monochromatic Colors of #6A9493
Black with #6A9493
Text Example
Text Example
White with #6A9493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9493; }
p { color: rgb(106,148,147); }
H1.HeaderClassName
{
color: #6A9493;
}
.AnyTagClassName
{
color: #6A9493;
}
</style>
background-color css
<style>
a { background-color: #6A9493; }
a { background-color: rgb(106,148,147); }
div.DivClassName
{
background-color: #6A9493;
}
.BgClassName
{
background-color: #6A9493;
}
</style>
border-color css
<style>
span { border-color: #6A9493; }
span { border-color: rgb(106,148,147); }
td.TdClassName
{
border-color: #6A9493;
}
.TagClassName
{
border-color: #6A9493;
}
</style>