Shades of Hoki #607D8B
Tints of Hoki #607D8B
RGB
CMYK
RGB Variations
Color information
#607D8B (or 0x607D8B) is known color: Hoki. HEX triplet: 60, 7D and 8B. RGB value is (96,125,139). Sum of RGB (Red+Green+Blue) = 96+125+139=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #607D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D8B is #9F8274. Grayscale: #757575. Windows color (decimal): -10453621 or 9141600. OLE color: 9141600.
HSL color Cylindrical-coordinate representation of color #607D8B: hue angle of 199.53º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #607D8B is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 125 | 139 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.45 |
| HSL | 199.53º | 0.18% | 0.46% | - |
| HSV(B) | 199.53º | 0.31% | 0.55% | - |
| XYZ | 16.82 | 19.02 | 27.21 | - |
| YUV | 117.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 139 | 0.31 | 0.10 | 0 | 0.45 | 199.53 | 0.18 | 0.46 |
| Hex | 60 | 7D | 8B | 1F | A | 0 | 2D | C8 | 12 | 2E |
| Octal | 140 | 175 | 213 | 37 | 12 | 0 | 55 | 310 | 22 | 56 |
| Binary | 1100000 | 1111101 | 10001011 | 11111 | 1010 | 0 | 101101 | 11001000 | 10010 | 101110 |
Color Harmonies of #607D8B
Complementary color
Monochromatic Colors of #607D8B
Black with #607D8B
Text Example
Text Example
White with #607D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D8B; }
p { color: rgb(96,125,139); }
H1.HeaderClassName
{
color: #607D8B;
}
.AnyTagClassName
{
color: #607D8B;
}
</style>
background-color css
<style>
a { background-color: #607D8B; }
a { background-color: rgb(96,125,139); }
div.DivClassName
{
background-color: #607D8B;
}
.BgClassName
{
background-color: #607D8B;
}
</style>
border-color css
<style>
span { border-color: #607D8B; }
span { border-color: rgb(96,125,139); }
td.TdClassName
{
border-color: #607D8B;
}
.TagClassName
{
border-color: #607D8B;
}
</style>