Shades of Horizon #6B939C
Tints of Horizon #6B939C
RGB
CMYK
RGB Variations
Color information
#6B939C (or 0x6B939C) is known color: Horizon. HEX triplet: 6B, 93 and 9C. RGB value is (107,147,156). Sum of RGB (Red+Green+Blue) = 107+147+156=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B939C is #946C63. Grayscale: #878787. Windows color (decimal): -9727076 or 10261355. OLE color: 10261355.
HSL color Cylindrical-coordinate representation of color #6B939C: hue angle of 191.02º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B939C is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 147 | 156 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.39 |
| HSL | 191.02º | 0.2% | 0.52% | - |
| HSV(B) | 191.02º | 0.31% | 0.61% | - |
| XYZ | 22.5 | 26.39 | 35.36 | - |
| YUV | 136.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 156 | 0.31 | 0.06 | 0 | 0.39 | 191.02 | 0.2 | 0.52 |
| Hex | 6B | 93 | 9C | 1F | 6 | 0 | 27 | BF | 14 | 34 |
| Octal | 153 | 223 | 234 | 37 | 6 | 0 | 47 | 277 | 24 | 64 |
| Binary | 1101011 | 10010011 | 10011100 | 11111 | 110 | 0 | 100111 | 10111111 | 10100 | 110100 |
Color Harmonies of #6B939C
Complementary color
Monochromatic Colors of #6B939C
Black with #6B939C
Text Example
Text Example
White with #6B939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B939C; }
p { color: rgb(107,147,156); }
H1.HeaderClassName
{
color: #6B939C;
}
.AnyTagClassName
{
color: #6B939C;
}
</style>
background-color css
<style>
a { background-color: #6B939C; }
a { background-color: rgb(107,147,156); }
div.DivClassName
{
background-color: #6B939C;
}
.BgClassName
{
background-color: #6B939C;
}
</style>
border-color css
<style>
span { border-color: #6B939C; }
span { border-color: rgb(107,147,156); }
td.TdClassName
{
border-color: #6B939C;
}
.TagClassName
{
border-color: #6B939C;
}
</style>