Shades of Regent Grey #6F8185
Tints of Regent Grey #6F8185
RGB
CMYK
RGB Variations
Color information
#6F8185 (or 0x6F8185) is known color: Regent Grey. HEX triplet: 6F, 81 and 85. RGB value is (111,129,133). Sum of RGB (Red+Green+Blue) = 111+129+133=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8185 is #907E7A. Grayscale: #7C7C7C. Windows color (decimal): -9469563 or 8749423. OLE color: 8749423.
HSL color Cylindrical-coordinate representation of color #6F8185: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F8185 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 129 | 133 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.48 |
| HSL | 190.91º | 0.09% | 0.48% | - |
| HSV(B) | 190.91º | 0.17% | 0.52% | - |
| XYZ | 18.64 | 20.77 | 25.22 | - |
| YUV | 124.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 133 | 0.17 | 0.03 | 0 | 0.48 | 190.91 | 0.09 | 0.48 |
| Hex | 6F | 81 | 85 | 11 | 3 | 0 | 30 | BF | 9 | 30 |
| Octal | 157 | 201 | 205 | 21 | 3 | 0 | 60 | 277 | 11 | 60 |
| Binary | 1101111 | 10000001 | 10000101 | 10001 | 11 | 0 | 110000 | 10111111 | 1001 | 110000 |
Color Harmonies of #6F8185
Complementary color
Monochromatic Colors of #6F8185
Black with #6F8185
Text Example
Text Example
White with #6F8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8185; }
p { color: rgb(111,129,133); }
H1.HeaderClassName
{
color: #6F8185;
}
.AnyTagClassName
{
color: #6F8185;
}
</style>
background-color css
<style>
a { background-color: #6F8185; }
a { background-color: rgb(111,129,133); }
div.DivClassName
{
background-color: #6F8185;
}
.BgClassName
{
background-color: #6F8185;
}
</style>
border-color css
<style>
span { border-color: #6F8185; }
span { border-color: rgb(111,129,133); }
td.TdClassName
{
border-color: #6F8185;
}
.TagClassName
{
border-color: #6F8185;
}
</style>