Shades of Horizon #6B909B
Tints of Horizon #6B909B
RGB
CMYK
RGB Variations
Color information
#6B909B (or 0x6B909B) is known color: Horizon. HEX triplet: 6B, 90 and 9B. RGB value is (107,144,155). Sum of RGB (Red+Green+Blue) = 107+144+155=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B909B is #946F64. Grayscale: #868686. Windows color (decimal): -9727845 or 10195051. OLE color: 10195051.
HSL color Cylindrical-coordinate representation of color #6B909B: hue angle of 193.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B909B is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 144 | 155 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.39 |
| HSL | 193.75º | 0.19% | 0.51% | - |
| HSV(B) | 193.75º | 0.31% | 0.61% | - |
| XYZ | 21.95 | 25.44 | 34.76 | - |
| YUV | 134.19 | 139.74 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 155 | 0.31 | 0.07 | 0 | 0.39 | 193.75 | 0.19 | 0.51 |
| Hex | 6B | 90 | 9B | 1F | 7 | 0 | 27 | C2 | 13 | 33 |
| Octal | 153 | 220 | 233 | 37 | 7 | 0 | 47 | 302 | 23 | 63 |
| Binary | 1101011 | 10010000 | 10011011 | 11111 | 111 | 0 | 100111 | 11000010 | 10011 | 110011 |
Color Harmonies of #6B909B
Complementary color
Monochromatic Colors of #6B909B
Black with #6B909B
Text Example
Text Example
White with #6B909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B909B; }
p { color: rgb(107,144,155); }
H1.HeaderClassName
{
color: #6B909B;
}
.AnyTagClassName
{
color: #6B909B;
}
</style>
background-color css
<style>
a { background-color: #6B909B; }
a { background-color: rgb(107,144,155); }
div.DivClassName
{
background-color: #6B909B;
}
.BgClassName
{
background-color: #6B909B;
}
</style>
border-color css
<style>
span { border-color: #6B909B; }
span { border-color: rgb(107,144,155); }
td.TdClassName
{
border-color: #6B909B;
}
.TagClassName
{
border-color: #6B909B;
}
</style>