Shades of Horizon #668C9C
Tints of Horizon #668C9C
RGB
CMYK
RGB Variations
Color information
#668C9C (or 0x668C9C) is known color: Horizon. HEX triplet: 66, 8C and 9C. RGB value is (102,140,156). Sum of RGB (Red+Green+Blue) = 102+140+156=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #668C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C9C is #997363. Grayscale: #828282. Windows color (decimal): -10056548 or 10259558. OLE color: 10259558.
HSL color Cylindrical-coordinate representation of color #668C9C: hue angle of 197.78º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668C9C is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 140 | 156 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.39 |
| HSL | 197.78º | 0.21% | 0.51% | - |
| HSV(B) | 197.78º | 0.35% | 0.61% | - |
| XYZ | 20.86 | 23.98 | 34.98 | - |
| YUV | 130.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 156 | 0.35 | 0.10 | 0 | 0.39 | 197.78 | 0.21 | 0.51 |
| Hex | 66 | 8C | 9C | 23 | A | 0 | 27 | C6 | 15 | 33 |
| Octal | 146 | 214 | 234 | 43 | 12 | 0 | 47 | 306 | 25 | 63 |
| Binary | 1100110 | 10001100 | 10011100 | 100011 | 1010 | 0 | 100111 | 11000110 | 10101 | 110011 |
Color Harmonies of #668C9C
Complementary color
Monochromatic Colors of #668C9C
Black with #668C9C
Text Example
Text Example
White with #668C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C9C; }
p { color: rgb(102,140,156); }
H1.HeaderClassName
{
color: #668C9C;
}
.AnyTagClassName
{
color: #668C9C;
}
</style>
background-color css
<style>
a { background-color: #668C9C; }
a { background-color: rgb(102,140,156); }
div.DivClassName
{
background-color: #668C9C;
}
.BgClassName
{
background-color: #668C9C;
}
</style>
border-color css
<style>
span { border-color: #668C9C; }
span { border-color: rgb(102,140,156); }
td.TdClassName
{
border-color: #668C9C;
}
.TagClassName
{
border-color: #668C9C;
}
</style>