Shades of Horizon #618C9C
Tints of Horizon #618C9C
RGB
CMYK
RGB Variations
Color information
#618C9C (or 0x618C9C) is known color: Horizon. HEX triplet: 61, 8C and 9C. RGB value is (97,140,156). Sum of RGB (Red+Green+Blue) = 97+140+156=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #618C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C9C is #9E7363. Grayscale: #808080. Windows color (decimal): -10384228 or 10259553. OLE color: 10259553.
HSL color Cylindrical-coordinate representation of color #618C9C: hue angle of 196.27º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #618C9C is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 140 | 156 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.39 |
| HSL | 196.27º | 0.23% | 0.5% | - |
| HSV(B) | 196.27º | 0.38% | 0.61% | - |
| XYZ | 20.31 | 23.7 | 34.96 | - |
| YUV | 128.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 156 | 0.38 | 0.10 | 0 | 0.39 | 196.27 | 0.23 | 0.5 |
| Hex | 61 | 8C | 9C | 26 | A | 0 | 27 | C4 | 17 | 32 |
| Octal | 141 | 214 | 234 | 46 | 12 | 0 | 47 | 304 | 27 | 62 |
| Binary | 1100001 | 10001100 | 10011100 | 100110 | 1010 | 0 | 100111 | 11000100 | 10111 | 110010 |
Color Harmonies of #618C9C
Complementary color
Monochromatic Colors of #618C9C
Black with #618C9C
Text Example
Text Example
White with #618C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618C9C; }
p { color: rgb(97,140,156); }
H1.HeaderClassName
{
color: #618C9C;
}
.AnyTagClassName
{
color: #618C9C;
}
</style>
background-color css
<style>
a { background-color: #618C9C; }
a { background-color: rgb(97,140,156); }
div.DivClassName
{
background-color: #618C9C;
}
.BgClassName
{
background-color: #618C9C;
}
</style>
border-color css
<style>
span { border-color: #618C9C; }
span { border-color: rgb(97,140,156); }
td.TdClassName
{
border-color: #618C9C;
}
.TagClassName
{
border-color: #618C9C;
}
</style>