#769DC6

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

Shades of Polo Blue #769DC6

Tints of Polo Blue #769DC6

Color information

#769DC6 (or 0x769DC6) is unknown color: approx Polo Blue. HEX triplet: 76, 9D and C6. RGB value is (118,157,198). Sum of RGB (Red+Green+Blue) = 118+157+198=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 157 (61.72% from 255 or 33.19% 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 #769DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DC6 is #896239. Grayscale: #959595. Windows color (decimal): -9003578 or 13016438. OLE color: 13016438.

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

Color convert

RGB118157198-
CMYK0.400.2100.22
HSL210.75º41.24%61.96%-
HSV(B)210.75º40.4%77.65%-
XYZ29.7232.0458.04-
YUV150.01155.08105.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=24.95%
G=33.19%
B=41.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181571980.400.2100.22210.7541.2461.96
Hex769DC62815016d3293e
Octal16623530650250263235176
Binary111011010011101110001101010001010101011011010011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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