Shades of Hoki #607E8A
Tints of Hoki #607E8A
RGB
CMYK
RGB Variations
Color information
#607E8A (or 0x607E8A) is known color: Hoki. HEX triplet: 60, 7E and 8A. RGB value is (96,126,138). Sum of RGB (Red+Green+Blue) = 96+126+138=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #607E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E8A is #9F8175. Grayscale: #767676. Windows color (decimal): -10453366 or 9076320. OLE color: 9076320.
HSL color Cylindrical-coordinate representation of color #607E8A: hue angle of 197.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607E8A is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 126 | 138 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.46 |
| HSL | 197.14º | 0.18% | 0.46% | - |
| HSV(B) | 197.14º | 0.3% | 0.54% | - |
| XYZ | 16.87 | 19.24 | 26.87 | - |
| YUV | 118.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 138 | 0.30 | 0.09 | 0 | 0.46 | 197.14 | 0.18 | 0.46 |
| Hex | 60 | 7E | 8A | 1E | 9 | 0 | 2E | C5 | 12 | 2E |
| Octal | 140 | 176 | 212 | 36 | 11 | 0 | 56 | 305 | 22 | 56 |
| Binary | 1100000 | 1111110 | 10001010 | 11110 | 1001 | 0 | 101110 | 11000101 | 10010 | 101110 |
Color Harmonies of #607E8A
Complementary color
Monochromatic Colors of #607E8A
Black with #607E8A
Text Example
Text Example
White with #607E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E8A; }
p { color: rgb(96,126,138); }
H1.HeaderClassName
{
color: #607E8A;
}
.AnyTagClassName
{
color: #607E8A;
}
</style>
background-color css
<style>
a { background-color: #607E8A; }
a { background-color: rgb(96,126,138); }
div.DivClassName
{
background-color: #607E8A;
}
.BgClassName
{
background-color: #607E8A;
}
</style>
border-color css
<style>
span { border-color: #607E8A; }
span { border-color: rgb(96,126,138); }
td.TdClassName
{
border-color: #607E8A;
}
.TagClassName
{
border-color: #607E8A;
}
</style>