Shades of Horizon #67899A
Tints of Horizon #67899A
RGB
CMYK
RGB Variations
Color information
#67899A (or 0x67899A) is known color: Horizon. HEX triplet: 67, 89 and 9A. RGB value is (103,137,154). Sum of RGB (Red+Green+Blue) = 103+137+154=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #67899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67899A is #987665. Grayscale: #808080. Windows color (decimal): -9991782 or 10127719. OLE color: 10127719.
HSL color Cylindrical-coordinate representation of color #67899A: hue angle of 200º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67899A is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 137 | 154 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.40 |
| HSL | 200º | 0.2% | 0.5% | - |
| HSV(B) | 200º | 0.33% | 0.6% | - |
| XYZ | 20.37 | 23.11 | 33.96 | - |
| YUV | 128.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 154 | 0.33 | 0.11 | 0 | 0.40 | 200 | 0.2 | 0.5 |
| Hex | 67 | 89 | 9A | 21 | B | 0 | 28 | C8 | 14 | 32 |
| Octal | 147 | 211 | 232 | 41 | 13 | 0 | 50 | 310 | 24 | 62 |
| Binary | 1100111 | 10001001 | 10011010 | 100001 | 1011 | 0 | 101000 | 11001000 | 10100 | 110010 |
Color Harmonies of #67899A
Complementary color
Monochromatic Colors of #67899A
Black with #67899A
Text Example
Text Example
White with #67899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67899A; }
p { color: rgb(103,137,154); }
H1.HeaderClassName
{
color: #67899A;
}
.AnyTagClassName
{
color: #67899A;
}
</style>
background-color css
<style>
a { background-color: #67899A; }
a { background-color: rgb(103,137,154); }
div.DivClassName
{
background-color: #67899A;
}
.BgClassName
{
background-color: #67899A;
}
</style>
border-color css
<style>
span { border-color: #67899A; }
span { border-color: rgb(103,137,154); }
td.TdClassName
{
border-color: #67899A;
}
.TagClassName
{
border-color: #67899A;
}
</style>