Shades of Horizon #6B939E
Tints of Horizon #6B939E
RGB
CMYK
RGB Variations
Color information
#6B939E (or 0x6B939E) is known color: Horizon. HEX triplet: 6B, 93 and 9E. RGB value is (107,147,158). Sum of RGB (Red+Green+Blue) = 107+147+158=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B939E is #946C61. Grayscale: #888888. Windows color (decimal): -9727074 or 10392427. OLE color: 10392427.
HSL color Cylindrical-coordinate representation of color #6B939E: hue angle of 192.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B939E is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 147 | 158 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.38 |
| HSL | 192.94º | 0.21% | 0.52% | - |
| HSV(B) | 192.94º | 0.32% | 0.62% | - |
| XYZ | 22.67 | 26.46 | 36.26 | - |
| YUV | 136.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 158 | 0.32 | 0.07 | 0 | 0.38 | 192.94 | 0.21 | 0.52 |
| Hex | 6B | 93 | 9E | 20 | 7 | 0 | 26 | C1 | 15 | 34 |
| Octal | 153 | 223 | 236 | 40 | 7 | 0 | 46 | 301 | 25 | 64 |
| Binary | 1101011 | 10010011 | 10011110 | 100000 | 111 | 0 | 100110 | 11000001 | 10101 | 110100 |
Color Harmonies of #6B939E
Complementary color
Monochromatic Colors of #6B939E
Black with #6B939E
Text Example
Text Example
White with #6B939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B939E; }
p { color: rgb(107,147,158); }
H1.HeaderClassName
{
color: #6B939E;
}
.AnyTagClassName
{
color: #6B939E;
}
</style>
background-color css
<style>
a { background-color: #6B939E; }
a { background-color: rgb(107,147,158); }
div.DivClassName
{
background-color: #6B939E;
}
.BgClassName
{
background-color: #6B939E;
}
</style>
border-color css
<style>
span { border-color: #6B939E; }
span { border-color: rgb(107,147,158); }
td.TdClassName
{
border-color: #6B939E;
}
.TagClassName
{
border-color: #6B939E;
}
</style>