Shades of Juniper #6A9690
Tints of Juniper #6A9690
RGB
CMYK
RGB Variations
Color information
#6A9690 (or 0x6A9690) is known color: Juniper. HEX triplet: 6A, 96 and 90. RGB value is (106,150,144). Sum of RGB (Red+Green+Blue) = 106+150+144=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #6A9690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9690 is #95696F. Grayscale: #888888. Windows color (decimal): -9791856 or 9475690. OLE color: 9475690.
HSL color Cylindrical-coordinate representation of color #6A9690: hue angle of 171.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A9690 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 150 | 144 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.41 |
| HSL | 171.82º | 0.17% | 0.5% | - |
| HSV(B) | 171.82º | 0.29% | 0.59% | - |
| XYZ | 21.88 | 26.89 | 30.42 | - |
| YUV | 136.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 150 | 144 | 0.29 | 0 | 0.04 | 0.41 | 171.82 | 0.17 | 0.5 |
| Hex | 6A | 96 | 90 | 1D | 0 | 4 | 29 | AC | 11 | 32 |
| Octal | 152 | 226 | 220 | 35 | 0 | 4 | 51 | 254 | 21 | 62 |
| Binary | 1101010 | 10010110 | 10010000 | 11101 | 0 | 100 | 101001 | 10101100 | 10001 | 110010 |
Color Harmonies of #6A9690
Complementary color
Monochromatic Colors of #6A9690
Black with #6A9690
Text Example
Text Example
White with #6A9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9690; }
p { color: rgb(106,150,144); }
H1.HeaderClassName
{
color: #6A9690;
}
.AnyTagClassName
{
color: #6A9690;
}
</style>
background-color css
<style>
a { background-color: #6A9690; }
a { background-color: rgb(106,150,144); }
div.DivClassName
{
background-color: #6A9690;
}
.BgClassName
{
background-color: #6A9690;
}
</style>
border-color css
<style>
span { border-color: #6A9690; }
span { border-color: rgb(106,150,144); }
td.TdClassName
{
border-color: #6A9690;
}
.TagClassName
{
border-color: #6A9690;
}
</style>