Shades of Horizon #6C909A
Tints of Horizon #6C909A
RGB
CMYK
RGB Variations
Color information
#6C909A (or 0x6C909A) is known color: Horizon. HEX triplet: 6C, 90 and 9A. RGB value is (108,144,154). Sum of RGB (Red+Green+Blue) = 108+144+154=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C909A is #936F65. Grayscale: #868686. Windows color (decimal): -9662310 or 10129516. OLE color: 10129516.
HSL color Cylindrical-coordinate representation of color #6C909A: hue angle of 193.04º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C909A is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 144 | 154 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.40 |
| HSL | 193.04º | 0.19% | 0.51% | - |
| HSV(B) | 193.04º | 0.3% | 0.6% | - |
| XYZ | 21.99 | 25.47 | 34.33 | - |
| YUV | 134.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 154 | 0.30 | 0.06 | 0 | 0.40 | 193.04 | 0.19 | 0.51 |
| Hex | 6C | 90 | 9A | 1E | 6 | 0 | 28 | C1 | 13 | 33 |
| Octal | 154 | 220 | 232 | 36 | 6 | 0 | 50 | 301 | 23 | 63 |
| Binary | 1101100 | 10010000 | 10011010 | 11110 | 110 | 0 | 101000 | 11000001 | 10011 | 110011 |
Color Harmonies of #6C909A
Complementary color
Monochromatic Colors of #6C909A
Black with #6C909A
Text Example
Text Example
White with #6C909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C909A; }
p { color: rgb(108,144,154); }
H1.HeaderClassName
{
color: #6C909A;
}
.AnyTagClassName
{
color: #6C909A;
}
</style>
background-color css
<style>
a { background-color: #6C909A; }
a { background-color: rgb(108,144,154); }
div.DivClassName
{
background-color: #6C909A;
}
.BgClassName
{
background-color: #6C909A;
}
</style>
border-color css
<style>
span { border-color: #6C909A; }
span { border-color: rgb(108,144,154); }
td.TdClassName
{
border-color: #6C909A;
}
.TagClassName
{
border-color: #6C909A;
}
</style>