Shades of Boulder #6F726F
Tints of Boulder #6F726F
RGB
CMYK
RGB Variations
Color information
#6F726F (or 0x6F726F) is known color: Boulder. HEX triplet: 6F, 72 and 6F. RGB value is (111,114,111). Sum of RGB (Red+Green+Blue) = 111+114+111=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 114 - color contains mainly: green. Hex color #6F726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F726F is #908D90. Grayscale: #707070. Windows color (decimal): -9473425 or 7303791. OLE color: 7303791.
HSL color Cylindrical-coordinate representation of color #6F726F: hue angle of 120º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6F726F is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
RGB | 111 | 114 | 111 | - |
CMYK | 0.03 | 0 | 0.03 | 0.55 |
HSL | 120º | 0.01% | 0.44% | - |
HSV(B) | 120º | 0.03% | 0.45% | - |
XYZ | 15.44 | 16.56 | 17.42 | - |
YUV | 112.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 114 | 111 | 0.03 | 0 | 0.03 | 0.55 | 120 | 0.01 | 0.44 |
Hex | 6F | 72 | 6F | 3 | 0 | 3 | 37 | 78 | 1 | 2C |
Octal | 157 | 162 | 157 | 3 | 0 | 3 | 67 | 170 | 1 | 54 |
Binary | 1101111 | 1110010 | 1101111 | 11 | 0 | 11 | 110111 | 1111000 | 1 | 101100 |
Color Harmonies of #6F726F
Complementary color
Monochromatic Colors of #6F726F
Black with #6F726F
Text Example
Text Example
White with #6F726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F726F; }
p { color: rgb(111,114,111); }
H1.HeaderClassName
{
color: #6F726F;
}
.AnyTagClassName
{
color: #6F726F;
}
</style>
background-color css
<style>
a { background-color: #6F726F; }
a { background-color: rgb(111,114,111); }
div.DivClassName
{
background-color: #6F726F;
}
.BgClassName
{
background-color: #6F726F;
}
</style>
border-color css
<style>
span { border-color: #6F726F; }
span { border-color: rgb(111,114,111); }
td.TdClassName
{
border-color: #6F726F;
}
.TagClassName
{
border-color: #6F726F;
}
</style>