Shades of Polo Blue #7698C6
Tints of Polo Blue #7698C6
RGB
CMYK
RGB Variations
Color information
#7698C6 (or 0x7698C6) is known color: Polo Blue. HEX triplet: 76, 98 and C6. RGB value is (118,152,198). Sum of RGB (Red+Green+Blue) = 118+152+198=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #7698C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698C6 is #896739. Grayscale: #929292. Windows color (decimal): -9004858 or 13015158. OLE color: 13015158.
HSL color Cylindrical-coordinate representation of color #7698C6: hue angle of 214.5º 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 #7698C6 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 152 | 198 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.22 |
| HSL | 214.5º | 0.41% | 0.62% | - |
| HSV(B) | 214.5º | 0.4% | 0.78% | - |
| XYZ | 28.89 | 30.39 | 57.77 | - |
| YUV | 147.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 198 | 0.40 | 0.23 | 0 | 0.22 | 214.5 | 0.41 | 0.62 |
| Hex | 76 | 98 | C6 | 28 | 17 | 0 | 16 | D6 | 29 | 3E |
| Octal | 166 | 230 | 306 | 50 | 27 | 0 | 26 | 326 | 51 | 76 |
| Binary | 1110110 | 10011000 | 11000110 | 101000 | 10111 | 0 | 10110 | 11010110 | 101001 | 111110 |
Color Harmonies of #7698C6
Complementary color
Monochromatic Colors of #7698C6
Black with #7698C6
Text Example
Text Example
White with #7698C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698C6; }
p { color: rgb(118,152,198); }
H1.HeaderClassName
{
color: #7698C6;
}
.AnyTagClassName
{
color: #7698C6;
}
</style>
background-color css
<style>
a { background-color: #7698C6; }
a { background-color: rgb(118,152,198); }
div.DivClassName
{
background-color: #7698C6;
}
.BgClassName
{
background-color: #7698C6;
}
</style>
border-color css
<style>
span { border-color: #7698C6; }
span { border-color: rgb(118,152,198); }
td.TdClassName
{
border-color: #7698C6;
}
.TagClassName
{
border-color: #7698C6;
}
</style>