#769FC6

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

Shades of Polo Blue #769FC6

Tints of Polo Blue #769FC6

Color information

#769FC6 (or 0x769FC6) is unknown color: approx Polo Blue. HEX triplet: 76, 9F and C6. RGB value is (118,159,198). Sum of RGB (Red+Green+Blue) = 118+159+198=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #769FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FC6 is #896039. Grayscale: #969696. Windows color (decimal): -9003066 or 13016950. OLE color: 13016950.

HSL color Cylindrical-coordinate representation of color #769FC6: hue angle of 209.25º 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 #769FC6 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118159198-
CMYK0.400.2000.22
HSL209.25º41.24%61.96%-
HSV(B)209.25º40.4%77.65%-
XYZ30.0632.7358.16-
YUV151.19154.42104.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=24.84%
G=33.47%
B=41.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181591980.400.2000.22209.2541.2461.96
Hex769FC62814016d1293e
Octal16623730650240263215176
Binary111011010011111110001101010001010001011011010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769FC6; }

 p { color: rgb(118,159,198); }

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

<style>
 a { background-color: #769FC6; }

 a { background-color: rgb(118,159,198); }

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

<style>
 span { border-color: #769FC6; }

 span { border-color: rgb(118,159,198); }

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