Shades of Horizon #6B949D
Tints of Horizon #6B949D
RGB
CMYK
RGB Variations
Color information
#6B949D (or 0x6B949D) is known color: Horizon. HEX triplet: 6B, 94 and 9D. RGB value is (107,148,157). Sum of RGB (Red+Green+Blue) = 107+148+157=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B949D is #946B62. Grayscale: #888888. Windows color (decimal): -9726819 or 10327147. OLE color: 10327147.
HSL color Cylindrical-coordinate representation of color #6B949D: hue angle of 190.8º degrees, saturation: 0.2, 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 #6B949D is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 148 | 157 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.38 |
| HSL | 190.8º | 0.2% | 0.52% | - |
| HSV(B) | 190.8º | 0.32% | 0.62% | - |
| XYZ | 22.74 | 26.74 | 35.86 | - |
| YUV | 136.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 157 | 0.32 | 0.06 | 0 | 0.38 | 190.8 | 0.2 | 0.52 |
| Hex | 6B | 94 | 9D | 20 | 6 | 0 | 26 | BF | 14 | 34 |
| Octal | 153 | 224 | 235 | 40 | 6 | 0 | 46 | 277 | 24 | 64 |
| Binary | 1101011 | 10010100 | 10011101 | 100000 | 110 | 0 | 100110 | 10111111 | 10100 | 110100 |
Color Harmonies of #6B949D
Complementary color
Monochromatic Colors of #6B949D
Black with #6B949D
Text Example
Text Example
White with #6B949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B949D; }
p { color: rgb(107,148,157); }
H1.HeaderClassName
{
color: #6B949D;
}
.AnyTagClassName
{
color: #6B949D;
}
</style>
background-color css
<style>
a { background-color: #6B949D; }
a { background-color: rgb(107,148,157); }
div.DivClassName
{
background-color: #6B949D;
}
.BgClassName
{
background-color: #6B949D;
}
</style>
border-color css
<style>
span { border-color: #6B949D; }
span { border-color: rgb(107,148,157); }
td.TdClassName
{
border-color: #6B949D;
}
.TagClassName
{
border-color: #6B949D;
}
</style>