Shades of Hoki #607A84
Tints of Hoki #607A84
RGB
CMYK
RGB Variations
Color information
#607A84 (or 0x607A84) is known color: Hoki. HEX triplet: 60, 7A and 84. RGB value is (96,122,132). Sum of RGB (Red+Green+Blue) = 96+122+132=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #607A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A84 is #9F857B. Grayscale: #737373. Windows color (decimal): -10454396 or 8682080. OLE color: 8682080.
HSL color Cylindrical-coordinate representation of color #607A84: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607A84 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 122 | 132 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.48 |
| HSL | 196.67º | 0.16% | 0.45% | - |
| HSV(B) | 196.67º | 0.27% | 0.52% | - |
| XYZ | 15.95 | 18.07 | 24.48 | - |
| YUV | 115.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 132 | 0.27 | 0.08 | 0 | 0.48 | 196.67 | 0.16 | 0.45 |
| Hex | 60 | 7A | 84 | 1B | 8 | 0 | 30 | C5 | 10 | 2D |
| Octal | 140 | 172 | 204 | 33 | 10 | 0 | 60 | 305 | 20 | 55 |
| Binary | 1100000 | 1111010 | 10000100 | 11011 | 1000 | 0 | 110000 | 11000101 | 10000 | 101101 |
Color Harmonies of #607A84
Complementary color
Monochromatic Colors of #607A84
Black with #607A84
Text Example
Text Example
White with #607A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A84; }
p { color: rgb(96,122,132); }
H1.HeaderClassName
{
color: #607A84;
}
.AnyTagClassName
{
color: #607A84;
}
</style>
background-color css
<style>
a { background-color: #607A84; }
a { background-color: rgb(96,122,132); }
div.DivClassName
{
background-color: #607A84;
}
.BgClassName
{
background-color: #607A84;
}
</style>
border-color css
<style>
span { border-color: #607A84; }
span { border-color: rgb(96,122,132); }
td.TdClassName
{
border-color: #607A84;
}
.TagClassName
{
border-color: #607A84;
}
</style>