Shades of Juniper #6B9C93
Tints of Juniper #6B9C93
RGB
CMYK
RGB Variations
Color information
#6B9C93 (or 0x6B9C93) is known color: Juniper. HEX triplet: 6B, 9C and 93. RGB value is (107,156,147). Sum of RGB (Red+Green+Blue) = 107+156+147=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9C93 is #94636C. Grayscale: #8C8C8C. Windows color (decimal): -9724781 or 9673835. OLE color: 9673835.
HSL color Cylindrical-coordinate representation of color #6B9C93: hue angle of 168.98º 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 #6B9C93 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 156 | 147 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.39 |
| HSL | 168.98º | 0.2% | 0.52% | - |
| HSV(B) | 168.98º | 0.31% | 0.61% | - |
| XYZ | 23.22 | 29.01 | 31.98 | - |
| YUV | 140.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 147 | 0.31 | 0 | 0.06 | 0.39 | 168.98 | 0.2 | 0.52 |
| Hex | 6B | 9C | 93 | 1F | 0 | 6 | 27 | A9 | 14 | 34 |
| Octal | 153 | 234 | 223 | 37 | 0 | 6 | 47 | 251 | 24 | 64 |
| Binary | 1101011 | 10011100 | 10010011 | 11111 | 0 | 110 | 100111 | 10101001 | 10100 | 110100 |
Color Harmonies of #6B9C93
Complementary color
Monochromatic Colors of #6B9C93
Black with #6B9C93
Text Example
Text Example
White with #6B9C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9C93; }
p { color: rgb(107,156,147); }
H1.HeaderClassName
{
color: #6B9C93;
}
.AnyTagClassName
{
color: #6B9C93;
}
</style>
background-color css
<style>
a { background-color: #6B9C93; }
a { background-color: rgb(107,156,147); }
div.DivClassName
{
background-color: #6B9C93;
}
.BgClassName
{
background-color: #6B9C93;
}
</style>
border-color css
<style>
span { border-color: #6B9C93; }
span { border-color: rgb(107,156,147); }
td.TdClassName
{
border-color: #6B9C93;
}
.TagClassName
{
border-color: #6B9C93;
}
</style>