Shades of Hoki #6A8287
Tints of Hoki #6A8287
RGB
CMYK
RGB Variations
Color information
#6A8287 (or 0x6A8287) is known color: Hoki. HEX triplet: 6A, 82 and 87. RGB value is (106,130,135). Sum of RGB (Red+Green+Blue) = 106+130+135=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A8287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8287 is #957D78. Grayscale: #7B7B7B. Windows color (decimal): -9796985 or 8880746. OLE color: 8880746.
HSL color Cylindrical-coordinate representation of color #6A8287: hue angle of 190.34º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A8287 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 130 | 135 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.47 |
| HSL | 190.34º | 0.12% | 0.47% | - |
| HSV(B) | 190.34º | 0.21% | 0.53% | - |
| XYZ | 18.3 | 20.78 | 25.97 | - |
| YUV | 123.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 135 | 0.21 | 0.04 | 0 | 0.47 | 190.34 | 0.12 | 0.47 |
| Hex | 6A | 82 | 87 | 15 | 4 | 0 | 2F | BE | C | 2F |
| Octal | 152 | 202 | 207 | 25 | 4 | 0 | 57 | 276 | 14 | 57 |
| Binary | 1101010 | 10000010 | 10000111 | 10101 | 100 | 0 | 101111 | 10111110 | 1100 | 101111 |
Color Harmonies of #6A8287
Complementary color
Monochromatic Colors of #6A8287
Black with #6A8287
Text Example
Text Example
White with #6A8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8287; }
p { color: rgb(106,130,135); }
H1.HeaderClassName
{
color: #6A8287;
}
.AnyTagClassName
{
color: #6A8287;
}
</style>
background-color css
<style>
a { background-color: #6A8287; }
a { background-color: rgb(106,130,135); }
div.DivClassName
{
background-color: #6A8287;
}
.BgClassName
{
background-color: #6A8287;
}
</style>
border-color css
<style>
span { border-color: #6A8287; }
span { border-color: rgb(106,130,135); }
td.TdClassName
{
border-color: #6A8287;
}
.TagClassName
{
border-color: #6A8287;
}
</style>