Shades of Juniper #6A9993
Tints of Juniper #6A9993
RGB
CMYK
RGB Variations
Color information
#6A9993 (or 0x6A9993) is known color: Juniper. HEX triplet: 6A, 99 and 93. RGB value is (106,153,147). Sum of RGB (Red+Green+Blue) = 106+153+147=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9993 is #95666C. Grayscale: #8A8A8A. Windows color (decimal): -9791085 or 9673066. OLE color: 9673066.
HSL color Cylindrical-coordinate representation of color #6A9993: hue angle of 172.34º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9993 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 147 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.4 |
| HSL | 172.34º | 0.19% | 0.51% | - |
| HSV(B) | 172.34º | 0.31% | 0.6% | - |
| XYZ | 22.6 | 27.95 | 31.81 | - |
| YUV | 138.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 147 | 0.31 | 0 | 0.04 | 0.4 | 172.34 | 0.19 | 0.51 |
| Hex | 6A | 99 | 93 | 1F | 0 | 4 | 28 | AC | 13 | 33 |
| Octal | 152 | 231 | 223 | 37 | 0 | 4 | 50 | 254 | 23 | 63 |
| Binary | 1101010 | 10011001 | 10010011 | 11111 | 0 | 100 | 101000 | 10101100 | 10011 | 110011 |
Color Harmonies of #6A9993
Complementary color
Monochromatic Colors of #6A9993
Black with #6A9993
Text Example
Text Example
White with #6A9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9993; }
p { color: rgb(106,153,147); }
H1.HeaderClassName
{
color: #6A9993;
}
.AnyTagClassName
{
color: #6A9993;
}
</style>
background-color css
<style>
a { background-color: #6A9993; }
a { background-color: rgb(106,153,147); }
div.DivClassName
{
background-color: #6A9993;
}
.BgClassName
{
background-color: #6A9993;
}
</style>
border-color css
<style>
span { border-color: #6A9993; }
span { border-color: rgb(106,153,147); }
td.TdClassName
{
border-color: #6A9993;
}
.TagClassName
{
border-color: #6A9993;
}
</style>