Shades of Horizon #6A959F
Tints of Horizon #6A959F
RGB
CMYK
RGB Variations
Color information
#6A959F (or 0x6A959F) is known color: Horizon. HEX triplet: 6A, 95 and 9F. RGB value is (106,149,159). Sum of RGB (Red+Green+Blue) = 106+149+159=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A959F is #956A60. Grayscale: #898989. Windows color (decimal): -9792097 or 10458474. OLE color: 10458474.
HSL color Cylindrical-coordinate representation of color #6A959F: hue angle of 191.32º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A959F is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 149 | 159 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.38 |
| HSL | 191.32º | 0.22% | 0.52% | - |
| HSV(B) | 191.32º | 0.33% | 0.62% | - |
| XYZ | 22.95 | 27.06 | 36.81 | - |
| YUV | 137.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 159 | 0.33 | 0.06 | 0 | 0.38 | 191.32 | 0.22 | 0.52 |
| Hex | 6A | 95 | 9F | 21 | 6 | 0 | 26 | BF | 16 | 34 |
| Octal | 152 | 225 | 237 | 41 | 6 | 0 | 46 | 277 | 26 | 64 |
| Binary | 1101010 | 10010101 | 10011111 | 100001 | 110 | 0 | 100110 | 10111111 | 10110 | 110100 |
Color Harmonies of #6A959F
Complementary color
Monochromatic Colors of #6A959F
Black with #6A959F
Text Example
Text Example
White with #6A959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A959F; }
p { color: rgb(106,149,159); }
H1.HeaderClassName
{
color: #6A959F;
}
.AnyTagClassName
{
color: #6A959F;
}
</style>
background-color css
<style>
a { background-color: #6A959F; }
a { background-color: rgb(106,149,159); }
div.DivClassName
{
background-color: #6A959F;
}
.BgClassName
{
background-color: #6A959F;
}
</style>
border-color css
<style>
span { border-color: #6A959F; }
span { border-color: rgb(106,149,159); }
td.TdClassName
{
border-color: #6A959F;
}
.TagClassName
{
border-color: #6A959F;
}
</style>