Shades of Juniper #6A8A8A
Tints of Juniper #6A8A8A
RGB
CMYK
RGB Variations
Color information
#6A8A8A (or 0x6A8A8A) is known color: Juniper. HEX triplet: 6A, 8A and 8A. RGB value is (106,138,138). Sum of RGB (Red+Green+Blue) = 106+138+138=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #6A8A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8A8A is #957575. Grayscale: #808080. Windows color (decimal): -9794934 or 9079402. OLE color: 9079402.
HSL color Cylindrical-coordinate representation of color #6A8A8A: hue angle of 180º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8A8A is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 106 | 138 | 138 | - |
CMYK | 0.23 | 0 | 0 | 0.46 |
HSL | 180º | 0.13% | 0.48% | - |
HSV(B) | 180º | 0.23% | 0.54% | - |
XYZ | 19.62 | 23.08 | 27.46 | - |
YUV | 128.43 | 133.4 | 112 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 138 | 138 | 0.23 | 0 | 0 | 0.46 | 180 | 0.13 | 0.48 |
Hex | 6A | 8A | 8A | 17 | 0 | 0 | 2E | B4 | D | 30 |
Octal | 152 | 212 | 212 | 27 | 0 | 0 | 56 | 264 | 15 | 60 |
Binary | 1101010 | 10001010 | 10001010 | 10111 | 0 | 0 | 101110 | 10110100 | 1101 | 110000 |
Color Harmonies of #6A8A8A
Complementary color
Monochromatic Colors of #6A8A8A
Black with #6A8A8A
Text Example
Text Example
White with #6A8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A8A; }
p { color: rgb(106,138,138); }
H1.HeaderClassName
{
color: #6A8A8A;
}
.AnyTagClassName
{
color: #6A8A8A;
}
</style>
background-color css
<style>
a { background-color: #6A8A8A; }
a { background-color: rgb(106,138,138); }
div.DivClassName
{
background-color: #6A8A8A;
}
.BgClassName
{
background-color: #6A8A8A;
}
</style>
border-color css
<style>
span { border-color: #6A8A8A; }
span { border-color: rgb(106,138,138); }
td.TdClassName
{
border-color: #6A8A8A;
}
.TagClassName
{
border-color: #6A8A8A;
}
</style>