Shades of Hoki #647A83
Tints of Hoki #647A83
RGB
CMYK
RGB Variations
Color information
#647A83 (or 0x647A83) is known color: Hoki. HEX triplet: 64, 7A and 83. RGB value is (100,122,131). Sum of RGB (Red+Green+Blue) = 100+122+131=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #647A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A83 is #9B857C. Grayscale: #747474. Windows color (decimal): -10192253 or 8616548. OLE color: 8616548.
HSL color Cylindrical-coordinate representation of color #647A83: hue angle of 197.42º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647A83 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 122 | 131 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.49 |
| HSL | 197.42º | 0.13% | 0.45% | - |
| HSV(B) | 197.42º | 0.24% | 0.51% | - |
| XYZ | 16.31 | 18.27 | 24.14 | - |
| YUV | 116.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 131 | 0.24 | 0.07 | 0 | 0.49 | 197.42 | 0.13 | 0.45 |
| Hex | 64 | 7A | 83 | 18 | 7 | 0 | 31 | C5 | D | 2D |
| Octal | 144 | 172 | 203 | 30 | 7 | 0 | 61 | 305 | 15 | 55 |
| Binary | 1100100 | 1111010 | 10000011 | 11000 | 111 | 0 | 110001 | 11000101 | 1101 | 101101 |
Color Harmonies of #647A83
Complementary color
Monochromatic Colors of #647A83
Black with #647A83
Text Example
Text Example
White with #647A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A83; }
p { color: rgb(100,122,131); }
H1.HeaderClassName
{
color: #647A83;
}
.AnyTagClassName
{
color: #647A83;
}
</style>
background-color css
<style>
a { background-color: #647A83; }
a { background-color: rgb(100,122,131); }
div.DivClassName
{
background-color: #647A83;
}
.BgClassName
{
background-color: #647A83;
}
</style>
border-color css
<style>
span { border-color: #647A83; }
span { border-color: rgb(100,122,131); }
td.TdClassName
{
border-color: #647A83;
}
.TagClassName
{
border-color: #647A83;
}
</style>