Shades of Horizon #618A9C
Tints of Horizon #618A9C
RGB
CMYK
RGB Variations
Color information
#618A9C (or 0x618A9C) is known color: Horizon. HEX triplet: 61, 8A and 9C. RGB value is (97,138,156). Sum of RGB (Red+Green+Blue) = 97+138+156=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #618A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618A9C is #9E7563. Grayscale: #7F7F7F. Windows color (decimal): -10384740 or 10259041. OLE color: 10259041.
HSL color Cylindrical-coordinate representation of color #618A9C: hue angle of 198.31º 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 #618A9C is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 138 | 156 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.39 |
| HSL | 198.31º | 0.23% | 0.5% | - |
| HSV(B) | 198.31º | 0.38% | 0.61% | - |
| XYZ | 20.02 | 23.12 | 34.86 | - |
| YUV | 127.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 156 | 0.38 | 0.12 | 0 | 0.39 | 198.31 | 0.23 | 0.5 |
| Hex | 61 | 8A | 9C | 26 | C | 0 | 27 | C6 | 17 | 32 |
| Octal | 141 | 212 | 234 | 46 | 14 | 0 | 47 | 306 | 27 | 62 |
| Binary | 1100001 | 10001010 | 10011100 | 100110 | 1100 | 0 | 100111 | 11000110 | 10111 | 110010 |
Color Harmonies of #618A9C
Complementary color
Monochromatic Colors of #618A9C
Black with #618A9C
Text Example
Text Example
White with #618A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618A9C; }
p { color: rgb(97,138,156); }
H1.HeaderClassName
{
color: #618A9C;
}
.AnyTagClassName
{
color: #618A9C;
}
</style>
background-color css
<style>
a { background-color: #618A9C; }
a { background-color: rgb(97,138,156); }
div.DivClassName
{
background-color: #618A9C;
}
.BgClassName
{
background-color: #618A9C;
}
</style>
border-color css
<style>
span { border-color: #618A9C; }
span { border-color: rgb(97,138,156); }
td.TdClassName
{
border-color: #618A9C;
}
.TagClassName
{
border-color: #618A9C;
}
</style>