Shades of Horizon #67909B
Tints of Horizon #67909B
RGB
CMYK
RGB Variations
Color information
#67909B (or 0x67909B) is known color: Horizon. HEX triplet: 67, 90 and 9B. RGB value is (103,144,155). Sum of RGB (Red+Green+Blue) = 103+144+155=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #67909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67909B is #986F64. Grayscale: #848484. Windows color (decimal): -9989989 or 10195047. OLE color: 10195047.
HSL color Cylindrical-coordinate representation of color #67909B: hue angle of 192.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67909B is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 144 | 155 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.39 |
| HSL | 192.69º | 0.21% | 0.51% | - |
| HSV(B) | 192.69º | 0.34% | 0.61% | - |
| XYZ | 21.48 | 25.2 | 34.74 | - |
| YUV | 133 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 155 | 0.34 | 0.07 | 0 | 0.39 | 192.69 | 0.21 | 0.51 |
| Hex | 67 | 90 | 9B | 22 | 7 | 0 | 27 | C1 | 15 | 33 |
| Octal | 147 | 220 | 233 | 42 | 7 | 0 | 47 | 301 | 25 | 63 |
| Binary | 1100111 | 10010000 | 10011011 | 100010 | 111 | 0 | 100111 | 11000001 | 10101 | 110011 |
Color Harmonies of #67909B
Complementary color
Monochromatic Colors of #67909B
Black with #67909B
Text Example
Text Example
White with #67909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67909B; }
p { color: rgb(103,144,155); }
H1.HeaderClassName
{
color: #67909B;
}
.AnyTagClassName
{
color: #67909B;
}
</style>
background-color css
<style>
a { background-color: #67909B; }
a { background-color: rgb(103,144,155); }
div.DivClassName
{
background-color: #67909B;
}
.BgClassName
{
background-color: #67909B;
}
</style>
border-color css
<style>
span { border-color: #67909B; }
span { border-color: rgb(103,144,155); }
td.TdClassName
{
border-color: #67909B;
}
.TagClassName
{
border-color: #67909B;
}
</style>