Shades of Boulder #6E6F6E
Tints of Boulder #6E6F6E
RGB
CMYK
RGB Variations
Color information
#6E6F6E (or 0x6E6F6E) is known color: Boulder. HEX triplet: 6E, 6F and 6E. RGB value is (110,111,110). Sum of RGB (Red+Green+Blue) = 110+111+110=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F6E is #919091. Grayscale: #6E6E6E. Windows color (decimal): -9539730 or 7237486. OLE color: 7237486.
HSL color Cylindrical-coordinate representation of color #6E6F6E: hue angle of 120º degrees, saturation: 0, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #6E6F6E is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
RGB | 110 | 111 | 110 | - |
CMYK | 0.01 | 0 | 0.01 | 0.56 |
HSL | 120º | 0% | 0.43% | - |
HSV(B) | 120º | 0.01% | 0.44% | - |
XYZ | 14.93 | 15.81 | 17.02 | - |
YUV | 110.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 111 | 110 | 0.01 | 0 | 0.01 | 0.56 | 120 | 0 | 0.43 |
Hex | 6E | 6F | 6E | 1 | 0 | 1 | 38 | 78 | 0 | 2B |
Octal | 156 | 157 | 156 | 1 | 0 | 1 | 70 | 170 | 0 | 53 |
Binary | 1101110 | 1101111 | 1101110 | 1 | 0 | 1 | 111000 | 1111000 | 0 | 101011 |
Color Harmonies of #6E6F6E
Complementary color
Monochromatic Colors of #6E6F6E
Black with #6E6F6E
Text Example
Text Example
White with #6E6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F6E; }
p { color: rgb(110,111,110); }
H1.HeaderClassName
{
color: #6E6F6E;
}
.AnyTagClassName
{
color: #6E6F6E;
}
</style>
background-color css
<style>
a { background-color: #6E6F6E; }
a { background-color: rgb(110,111,110); }
div.DivClassName
{
background-color: #6E6F6E;
}
.BgClassName
{
background-color: #6E6F6E;
}
</style>
border-color css
<style>
span { border-color: #6E6F6E; }
span { border-color: rgb(110,111,110); }
td.TdClassName
{
border-color: #6E6F6E;
}
.TagClassName
{
border-color: #6E6F6E;
}
</style>