Shades of Polo Blue #93A6C6
Tints of Polo Blue #93A6C6
RGB
CMYK
RGB Variations
Color information
#93A6C6 (or 0x93A6C6) is known color: Polo Blue. HEX triplet: 93, A6 and C6. RGB value is (147,166,198). Sum of RGB (Red+Green+Blue) = 147+166+198=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #93A6C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6C6 is #6C5939. Grayscale: #A3A3A3. Windows color (decimal): -7100730 or 13018771. OLE color: 13018771.
HSL color Cylindrical-coordinate representation of color #93A6C6: hue angle of 217.65º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93A6C6 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 166 | 198 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.22 |
| HSL | 217.65º | 0.31% | 0.68% | - |
| HSV(B) | 217.65º | 0.26% | 0.78% | - |
| XYZ | 35.86 | 37.55 | 58.78 | - |
| YUV | 163.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 198 | 0.26 | 0.16 | 0 | 0.22 | 217.65 | 0.31 | 0.68 |
| Hex | 93 | A6 | C6 | 1A | 10 | 0 | 16 | DA | 1F | 44 |
| Octal | 223 | 246 | 306 | 32 | 20 | 0 | 26 | 332 | 37 | 104 |
| Binary | 10010011 | 10100110 | 11000110 | 11010 | 10000 | 0 | 10110 | 11011010 | 11111 | 1000100 |
Color Harmonies of #93A6C6
Complementary color
Monochromatic Colors of #93A6C6
Black with #93A6C6
Text Example
Text Example
White with #93A6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6C6; }
p { color: rgb(147,166,198); }
H1.HeaderClassName
{
color: #93A6C6;
}
.AnyTagClassName
{
color: #93A6C6;
}
</style>
background-color css
<style>
a { background-color: #93A6C6; }
a { background-color: rgb(147,166,198); }
div.DivClassName
{
background-color: #93A6C6;
}
.BgClassName
{
background-color: #93A6C6;
}
</style>
border-color css
<style>
span { border-color: #93A6C6; }
span { border-color: rgb(147,166,198); }
td.TdClassName
{
border-color: #93A6C6;
}
.TagClassName
{
border-color: #93A6C6;
}
</style>