Shades of Horizon #67919B
Tints of Horizon #67919B
RGB
CMYK
RGB Variations
Color information
#67919B (or 0x67919B) is known color: Horizon. HEX triplet: 67, 91 and 9B. RGB value is (103,145,155). Sum of RGB (Red+Green+Blue) = 103+145+155=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #67919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67919B is #986E64. Grayscale: #858585. Windows color (decimal): -9989733 or 10195303. OLE color: 10195303.
HSL color Cylindrical-coordinate representation of color #67919B: hue angle of 191.54º 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 #67919B is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 145 | 155 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.39 |
| HSL | 191.54º | 0.21% | 0.51% | - |
| HSV(B) | 191.54º | 0.34% | 0.61% | - |
| XYZ | 21.64 | 25.5 | 34.79 | - |
| YUV | 133.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 155 | 0.34 | 0.06 | 0 | 0.39 | 191.54 | 0.21 | 0.51 |
| Hex | 67 | 91 | 9B | 22 | 6 | 0 | 27 | C0 | 15 | 33 |
| Octal | 147 | 221 | 233 | 42 | 6 | 0 | 47 | 300 | 25 | 63 |
| Binary | 1100111 | 10010001 | 10011011 | 100010 | 110 | 0 | 100111 | 11000000 | 10101 | 110011 |
Color Harmonies of #67919B
Complementary color
Monochromatic Colors of #67919B
Black with #67919B
Text Example
Text Example
White with #67919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67919B; }
p { color: rgb(103,145,155); }
H1.HeaderClassName
{
color: #67919B;
}
.AnyTagClassName
{
color: #67919B;
}
</style>
background-color css
<style>
a { background-color: #67919B; }
a { background-color: rgb(103,145,155); }
div.DivClassName
{
background-color: #67919B;
}
.BgClassName
{
background-color: #67919B;
}
</style>
border-color css
<style>
span { border-color: #67919B; }
span { border-color: rgb(103,145,155); }
td.TdClassName
{
border-color: #67919B;
}
.TagClassName
{
border-color: #67919B;
}
</style>