Shades of Horizon #69959F
Tints of Horizon #69959F
RGB
CMYK
RGB Variations
Color information
#69959F (or 0x69959F) is known color: Horizon. HEX triplet: 69, 95 and 9F. RGB value is (105,149,159). Sum of RGB (Red+Green+Blue) = 105+149+159=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #69959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69959F is #966A60. Grayscale: #888888. Windows color (decimal): -9857633 or 10458473. OLE color: 10458473.
HSL color Cylindrical-coordinate representation of color #69959F: hue angle of 191.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69959F is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 149 | 159 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.38 |
| HSL | 191.11º | 0.22% | 0.52% | - |
| HSV(B) | 191.11º | 0.34% | 0.62% | - |
| XYZ | 22.83 | 27 | 36.81 | - |
| YUV | 136.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 159 | 0.34 | 0.06 | 0 | 0.38 | 191.11 | 0.22 | 0.52 |
| Hex | 69 | 95 | 9F | 22 | 6 | 0 | 26 | BF | 16 | 34 |
| Octal | 151 | 225 | 237 | 42 | 6 | 0 | 46 | 277 | 26 | 64 |
| Binary | 1101001 | 10010101 | 10011111 | 100010 | 110 | 0 | 100110 | 10111111 | 10110 | 110100 |
Color Harmonies of #69959F
Complementary color
Monochromatic Colors of #69959F
Black with #69959F
Text Example
Text Example
White with #69959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69959F; }
p { color: rgb(105,149,159); }
H1.HeaderClassName
{
color: #69959F;
}
.AnyTagClassName
{
color: #69959F;
}
</style>
background-color css
<style>
a { background-color: #69959F; }
a { background-color: rgb(105,149,159); }
div.DivClassName
{
background-color: #69959F;
}
.BgClassName
{
background-color: #69959F;
}
</style>
border-color css
<style>
span { border-color: #69959F; }
span { border-color: rgb(105,149,159); }
td.TdClassName
{
border-color: #69959F;
}
.TagClassName
{
border-color: #69959F;
}
</style>