Shades of Polo Blue #769EC6
Tints of Polo Blue #769EC6
RGB
CMYK
RGB Variations
Color information
#769EC6 (or 0x769EC6) is known color: Polo Blue. HEX triplet: 76, 9E and C6. RGB value is (118,158,198). Sum of RGB (Red+Green+Blue) = 118+158+198=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #769EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EC6 is #896139. Grayscale: #969696. Windows color (decimal): -9003322 or 13016694. OLE color: 13016694.
HSL color Cylindrical-coordinate representation of color #769EC6: hue angle of 210º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769EC6 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 158 | 198 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.22 |
| HSL | 210º | 0.41% | 0.62% | - |
| HSV(B) | 210º | 0.4% | 0.78% | - |
| XYZ | 29.89 | 32.38 | 58.1 | - |
| YUV | 150.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 198 | 0.40 | 0.20 | 0 | 0.22 | 210 | 0.41 | 0.62 |
| Hex | 76 | 9E | C6 | 28 | 14 | 0 | 16 | D2 | 29 | 3E |
| Octal | 166 | 236 | 306 | 50 | 24 | 0 | 26 | 322 | 51 | 76 |
| Binary | 1110110 | 10011110 | 11000110 | 101000 | 10100 | 0 | 10110 | 11010010 | 101001 | 111110 |
Color Harmonies of #769EC6
Complementary color
Monochromatic Colors of #769EC6
Black with #769EC6
Text Example
Text Example
White with #769EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EC6; }
p { color: rgb(118,158,198); }
H1.HeaderClassName
{
color: #769EC6;
}
.AnyTagClassName
{
color: #769EC6;
}
</style>
background-color css
<style>
a { background-color: #769EC6; }
a { background-color: rgb(118,158,198); }
div.DivClassName
{
background-color: #769EC6;
}
.BgClassName
{
background-color: #769EC6;
}
</style>
border-color css
<style>
span { border-color: #769EC6; }
span { border-color: rgb(118,158,198); }
td.TdClassName
{
border-color: #769EC6;
}
.TagClassName
{
border-color: #769EC6;
}
</style>