Shades of Hoki #6A8085
Tints of Hoki #6A8085
RGB
CMYK
RGB Variations
Color information
#6A8085 (or 0x6A8085) is known color: Hoki. HEX triplet: 6A, 80 and 85. RGB value is (106,128,133). Sum of RGB (Red+Green+Blue) = 106+128+133=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A8085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8085 is #957F7A. Grayscale: #797979. Windows color (decimal): -9797499 or 8749162. OLE color: 8749162.
HSL color Cylindrical-coordinate representation of color #6A8085: hue angle of 191.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A8085 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 128 | 133 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.48 |
| HSL | 191.11º | 0.11% | 0.47% | - |
| HSV(B) | 191.11º | 0.2% | 0.52% | - |
| XYZ | 17.9 | 20.2 | 25.15 | - |
| YUV | 121.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 128 | 133 | 0.20 | 0.04 | 0 | 0.48 | 191.11 | 0.11 | 0.47 |
| Hex | 6A | 80 | 85 | 14 | 4 | 0 | 30 | BF | B | 2F |
| Octal | 152 | 200 | 205 | 24 | 4 | 0 | 60 | 277 | 13 | 57 |
| Binary | 1101010 | 10000000 | 10000101 | 10100 | 100 | 0 | 110000 | 10111111 | 1011 | 101111 |
Color Harmonies of #6A8085
Complementary color
Monochromatic Colors of #6A8085
Black with #6A8085
Text Example
Text Example
White with #6A8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8085; }
p { color: rgb(106,128,133); }
H1.HeaderClassName
{
color: #6A8085;
}
.AnyTagClassName
{
color: #6A8085;
}
</style>
background-color css
<style>
a { background-color: #6A8085; }
a { background-color: rgb(106,128,133); }
div.DivClassName
{
background-color: #6A8085;
}
.BgClassName
{
background-color: #6A8085;
}
</style>
border-color css
<style>
span { border-color: #6A8085; }
span { border-color: rgb(106,128,133); }
td.TdClassName
{
border-color: #6A8085;
}
.TagClassName
{
border-color: #6A8085;
}
</style>