Shades of Horizon #69949C
Tints of Horizon #69949C
RGB
CMYK
RGB Variations
Color information
#69949C (or 0x69949C) is known color: Horizon. HEX triplet: 69, 94 and 9C. RGB value is (105,148,156). Sum of RGB (Red+Green+Blue) = 105+148+156=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #69949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69949C is #966B63. Grayscale: #878787. Windows color (decimal): -9857892 or 10261609. OLE color: 10261609.
HSL color Cylindrical-coordinate representation of color #69949C: hue angle of 189.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69949C is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 148 | 156 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.39 |
| HSL | 189.41º | 0.2% | 0.51% | - |
| HSV(B) | 189.41º | 0.33% | 0.61% | - |
| XYZ | 22.42 | 26.58 | 35.4 | - |
| YUV | 136.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 156 | 0.33 | 0.05 | 0 | 0.39 | 189.41 | 0.2 | 0.51 |
| Hex | 69 | 94 | 9C | 21 | 5 | 0 | 27 | BD | 14 | 33 |
| Octal | 151 | 224 | 234 | 41 | 5 | 0 | 47 | 275 | 24 | 63 |
| Binary | 1101001 | 10010100 | 10011100 | 100001 | 101 | 0 | 100111 | 10111101 | 10100 | 110011 |
Color Harmonies of #69949C
Complementary color
Monochromatic Colors of #69949C
Black with #69949C
Text Example
Text Example
White with #69949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69949C; }
p { color: rgb(105,148,156); }
H1.HeaderClassName
{
color: #69949C;
}
.AnyTagClassName
{
color: #69949C;
}
</style>
background-color css
<style>
a { background-color: #69949C; }
a { background-color: rgb(105,148,156); }
div.DivClassName
{
background-color: #69949C;
}
.BgClassName
{
background-color: #69949C;
}
</style>
border-color css
<style>
span { border-color: #69949C; }
span { border-color: rgb(105,148,156); }
td.TdClassName
{
border-color: #69949C;
}
.TagClassName
{
border-color: #69949C;
}
</style>