Shades of Hoki #65818B
Tints of Hoki #65818B
RGB
CMYK
RGB Variations
Color information
#65818B (or 0x65818B) is known color: Hoki. HEX triplet: 65, 81 and 8B. RGB value is (101,129,139). Sum of RGB (Red+Green+Blue) = 101+129+139=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #65818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65818B is #9A7E74. Grayscale: #797979. Windows color (decimal): -10124917 or 9142629. OLE color: 9142629.
HSL color Cylindrical-coordinate representation of color #65818B: hue angle of 195.79º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65818B is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 129 | 139 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.45 |
| HSL | 195.79º | 0.16% | 0.47% | - |
| HSV(B) | 195.79º | 0.27% | 0.55% | - |
| XYZ | 17.88 | 20.33 | 27.41 | - |
| YUV | 121.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 139 | 0.27 | 0.07 | 0 | 0.45 | 195.79 | 0.16 | 0.47 |
| Hex | 65 | 81 | 8B | 1B | 7 | 0 | 2D | C4 | 10 | 2F |
| Octal | 145 | 201 | 213 | 33 | 7 | 0 | 55 | 304 | 20 | 57 |
| Binary | 1100101 | 10000001 | 10001011 | 11011 | 111 | 0 | 101101 | 11000100 | 10000 | 101111 |
Color Harmonies of #65818B
Complementary color
Monochromatic Colors of #65818B
Black with #65818B
Text Example
Text Example
White with #65818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65818B; }
p { color: rgb(101,129,139); }
H1.HeaderClassName
{
color: #65818B;
}
.AnyTagClassName
{
color: #65818B;
}
</style>
background-color css
<style>
a { background-color: #65818B; }
a { background-color: rgb(101,129,139); }
div.DivClassName
{
background-color: #65818B;
}
.BgClassName
{
background-color: #65818B;
}
</style>
border-color css
<style>
span { border-color: #65818B; }
span { border-color: rgb(101,129,139); }
td.TdClassName
{
border-color: #65818B;
}
.TagClassName
{
border-color: #65818B;
}
</style>