Shades of Horizon #6B8594
Tints of Horizon #6B8594
RGB
CMYK
RGB Variations
Color information
#6B8594 (or 0x6B8594) is known color: Horizon. HEX triplet: 6B, 85 and 94. RGB value is (107,133,148). Sum of RGB (Red+Green+Blue) = 107+133+148=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B8594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8594 is #947A6B. Grayscale: #7E7E7E. Windows color (decimal): -9730668 or 9733483. OLE color: 9733483.
HSL color Cylindrical-coordinate representation of color #6B8594: hue angle of 201.95º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B8594 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 133 | 148 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.42 |
| HSL | 201.95º | 0.16% | 0.5% | - |
| HSV(B) | 201.95º | 0.28% | 0.58% | - |
| XYZ | 19.8 | 22.04 | 31.23 | - |
| YUV | 126.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 148 | 0.28 | 0.10 | 0 | 0.42 | 201.95 | 0.16 | 0.5 |
| Hex | 6B | 85 | 94 | 1C | A | 0 | 2A | CA | 10 | 32 |
| Octal | 153 | 205 | 224 | 34 | 12 | 0 | 52 | 312 | 20 | 62 |
| Binary | 1101011 | 10000101 | 10010100 | 11100 | 1010 | 0 | 101010 | 11001010 | 10000 | 110010 |
Color Harmonies of #6B8594
Complementary color
Monochromatic Colors of #6B8594
Black with #6B8594
Text Example
Text Example
White with #6B8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8594; }
p { color: rgb(107,133,148); }
H1.HeaderClassName
{
color: #6B8594;
}
.AnyTagClassName
{
color: #6B8594;
}
</style>
background-color css
<style>
a { background-color: #6B8594; }
a { background-color: rgb(107,133,148); }
div.DivClassName
{
background-color: #6B8594;
}
.BgClassName
{
background-color: #6B8594;
}
</style>
border-color css
<style>
span { border-color: #6B8594; }
span { border-color: rgb(107,133,148); }
td.TdClassName
{
border-color: #6B8594;
}
.TagClassName
{
border-color: #6B8594;
}
</style>