Shades of Horizon #668C9D
Tints of Horizon #668C9D
RGB
CMYK
RGB Variations
Color information
#668C9D (or 0x668C9D) is known color: Horizon. HEX triplet: 66, 8C and 9D. RGB value is (102,140,157). Sum of RGB (Red+Green+Blue) = 102+140+157=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #668C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C9D is #997362. Grayscale: #828282. Windows color (decimal): -10056547 or 10325094. OLE color: 10325094.
HSL color Cylindrical-coordinate representation of color #668C9D: hue angle of 198.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668C9D is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 140 | 157 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.38 |
| HSL | 198.55º | 0.22% | 0.51% | - |
| HSV(B) | 198.55º | 0.35% | 0.62% | - |
| XYZ | 20.94 | 24.02 | 35.43 | - |
| YUV | 130.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 157 | 0.35 | 0.11 | 0 | 0.38 | 198.55 | 0.22 | 0.51 |
| Hex | 66 | 8C | 9D | 23 | B | 0 | 26 | C7 | 16 | 33 |
| Octal | 146 | 214 | 235 | 43 | 13 | 0 | 46 | 307 | 26 | 63 |
| Binary | 1100110 | 10001100 | 10011101 | 100011 | 1011 | 0 | 100110 | 11000111 | 10110 | 110011 |
Color Harmonies of #668C9D
Complementary color
Monochromatic Colors of #668C9D
Black with #668C9D
Text Example
Text Example
White with #668C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C9D; }
p { color: rgb(102,140,157); }
H1.HeaderClassName
{
color: #668C9D;
}
.AnyTagClassName
{
color: #668C9D;
}
</style>
background-color css
<style>
a { background-color: #668C9D; }
a { background-color: rgb(102,140,157); }
div.DivClassName
{
background-color: #668C9D;
}
.BgClassName
{
background-color: #668C9D;
}
</style>
border-color css
<style>
span { border-color: #668C9D; }
span { border-color: rgb(102,140,157); }
td.TdClassName
{
border-color: #668C9D;
}
.TagClassName
{
border-color: #668C9D;
}
</style>