Shades of Horizon #628B93
Tints of Horizon #628B93
RGB
CMYK
RGB Variations
Color information
#628B93 (or 0x628B93) is known color: Horizon. HEX triplet: 62, 8B and 93. RGB value is (98,139,147). Sum of RGB (Red+Green+Blue) = 98+139+147=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #628B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B93 is #9D746C. Grayscale: #7F7F7F. Windows color (decimal): -10318957 or 9669474. OLE color: 9669474.
HSL color Cylindrical-coordinate representation of color #628B93: hue angle of 189.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628B93 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 139 | 147 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.42 |
| HSL | 189.8º | 0.2% | 0.48% | - |
| HSV(B) | 189.8º | 0.33% | 0.58% | - |
| XYZ | 19.54 | 23.17 | 31.05 | - |
| YUV | 127.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 147 | 0.33 | 0.05 | 0 | 0.42 | 189.8 | 0.2 | 0.48 |
| Hex | 62 | 8B | 93 | 21 | 5 | 0 | 2A | BE | 14 | 30 |
| Octal | 142 | 213 | 223 | 41 | 5 | 0 | 52 | 276 | 24 | 60 |
| Binary | 1100010 | 10001011 | 10010011 | 100001 | 101 | 0 | 101010 | 10111110 | 10100 | 110000 |
Color Harmonies of #628B93
Complementary color
Monochromatic Colors of #628B93
Black with #628B93
Text Example
Text Example
White with #628B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628B93; }
p { color: rgb(98,139,147); }
H1.HeaderClassName
{
color: #628B93;
}
.AnyTagClassName
{
color: #628B93;
}
</style>
background-color css
<style>
a { background-color: #628B93; }
a { background-color: rgb(98,139,147); }
div.DivClassName
{
background-color: #628B93;
}
.BgClassName
{
background-color: #628B93;
}
</style>
border-color css
<style>
span { border-color: #628B93; }
span { border-color: rgb(98,139,147); }
td.TdClassName
{
border-color: #628B93;
}
.TagClassName
{
border-color: #628B93;
}
</style>