Shades of Horizon #648B9B
Tints of Horizon #648B9B
RGB
CMYK
RGB Variations
Color information
#648B9B (or 0x648B9B) is known color: Horizon. HEX triplet: 64, 8B and 9B. RGB value is (100,139,155). Sum of RGB (Red+Green+Blue) = 100+139+155=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #648B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648B9B is #9B7464. Grayscale: #818181. Windows color (decimal): -10187877 or 10193764. OLE color: 10193764.
HSL color Cylindrical-coordinate representation of color #648B9B: hue angle of 197.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648B9B is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 139 | 155 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.39 |
| HSL | 197.45º | 0.22% | 0.5% | - |
| HSV(B) | 197.45º | 0.35% | 0.61% | - |
| XYZ | 20.4 | 23.54 | 34.48 | - |
| YUV | 129.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 155 | 0.35 | 0.10 | 0 | 0.39 | 197.45 | 0.22 | 0.5 |
| Hex | 64 | 8B | 9B | 23 | A | 0 | 27 | C5 | 16 | 32 |
| Octal | 144 | 213 | 233 | 43 | 12 | 0 | 47 | 305 | 26 | 62 |
| Binary | 1100100 | 10001011 | 10011011 | 100011 | 1010 | 0 | 100111 | 11000101 | 10110 | 110010 |
Color Harmonies of #648B9B
Complementary color
Monochromatic Colors of #648B9B
Black with #648B9B
Text Example
Text Example
White with #648B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B9B; }
p { color: rgb(100,139,155); }
H1.HeaderClassName
{
color: #648B9B;
}
.AnyTagClassName
{
color: #648B9B;
}
</style>
background-color css
<style>
a { background-color: #648B9B; }
a { background-color: rgb(100,139,155); }
div.DivClassName
{
background-color: #648B9B;
}
.BgClassName
{
background-color: #648B9B;
}
</style>
border-color css
<style>
span { border-color: #648B9B; }
span { border-color: rgb(100,139,155); }
td.TdClassName
{
border-color: #648B9B;
}
.TagClassName
{
border-color: #648B9B;
}
</style>