Shades of Juniper #6B9C94
Tints of Juniper #6B9C94
RGB
CMYK
RGB Variations
Color information
#6B9C94 (or 0x6B9C94) is known color: Juniper. HEX triplet: 6B, 9C and 94. RGB value is (107,156,148). Sum of RGB (Red+Green+Blue) = 107+156+148=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9C94 is #94636B. Grayscale: #8C8C8C. Windows color (decimal): -9724780 or 9739371. OLE color: 9739371.
HSL color Cylindrical-coordinate representation of color #6B9C94: hue angle of 170.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9C94 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 156 | 148 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.39 |
| HSL | 170.2º | 0.2% | 0.52% | - |
| HSV(B) | 170.2º | 0.31% | 0.61% | - |
| XYZ | 23.3 | 29.04 | 32.39 | - |
| YUV | 140.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 148 | 0.31 | 0 | 0.05 | 0.39 | 170.2 | 0.2 | 0.52 |
| Hex | 6B | 9C | 94 | 1F | 0 | 5 | 27 | AA | 14 | 34 |
| Octal | 153 | 234 | 224 | 37 | 0 | 5 | 47 | 252 | 24 | 64 |
| Binary | 1101011 | 10011100 | 10010100 | 11111 | 0 | 101 | 100111 | 10101010 | 10100 | 110100 |
Color Harmonies of #6B9C94
Complementary color
Monochromatic Colors of #6B9C94
Black with #6B9C94
Text Example
Text Example
White with #6B9C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9C94; }
p { color: rgb(107,156,148); }
H1.HeaderClassName
{
color: #6B9C94;
}
.AnyTagClassName
{
color: #6B9C94;
}
</style>
background-color css
<style>
a { background-color: #6B9C94; }
a { background-color: rgb(107,156,148); }
div.DivClassName
{
background-color: #6B9C94;
}
.BgClassName
{
background-color: #6B9C94;
}
</style>
border-color css
<style>
span { border-color: #6B9C94; }
span { border-color: rgb(107,156,148); }
td.TdClassName
{
border-color: #6B9C94;
}
.TagClassName
{
border-color: #6B9C94;
}
</style>