#759EC6

Color #759EC6 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #759EC6

Tints of Polo Blue #759EC6

Color information

#759EC6 (or 0x759EC6) is unknown color: approx Polo Blue. HEX triplet: 75, 9E and C6. RGB value is (117,158,198). Sum of RGB (Red+Green+Blue) = 117+158+198=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #759EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EC6 is #8A6139. Grayscale: #969696. Windows color (decimal): -9068858 or 13016693. OLE color: 13016693.

HSL color Cylindrical-coordinate representation of color #759EC6: hue angle of 209.63º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759EC6 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117158198-
CMYK0.410.2000.22
HSL209.63º41.54%61.76%-
HSV(B)209.63º40.91%77.65%-
XYZ29.7632.3158.09-
YUV150.3154.92104.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=24.74%
G=33.40%
B=41.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171581980.410.2000.22209.6341.5461.76
Hex759EC62914016d22a3e
Octal16523630651240263225276
Binary111010110011110110001101010011010001011011010010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759EC6; }

 p { color: rgb(117,158,198); }

 H1.HeaderClassName
 {
   color: #759EC6;
 }
 .AnyTagClassName
 {
   color: #759EC6;
 }
</style>
background-color css

<style>
 a { background-color: #759EC6; }

 a { background-color: rgb(117,158,198); }

 div.DivClassName
 {
   background-color: #759EC6;
 }
 .BgClassName
 {
   background-color: #759EC6;
 }
</style>
border-color css

<style>
 span { border-color: #759EC6; }

 span { border-color: rgb(117,158,198); }

 td.TdClassName
 {
   border-color: #759EC6;
 }
 .TagClassName
 {
   border-color: #759EC6;
 }
</style>