Html Css Color HEX #759CC6 Polo Blue

📋 copy color: '#759CC6'

red 117 ◦ green 156 ◦ blue 198

#759CC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #759CC6

Tints of Polo Blue #759CC6

RGB

 RED value IS 117 (46.09% from 255) = 24.84%

 GREEN value IS 156 (61.33% from 255) = 33.12%

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 24.84%
G = 33.12%
B = 42.04%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#759CC6 (or 0x759CC6) is known color: Polo Blue. HEX triplet: 75, 9C and C6. RGB value is (117,156,198). Sum of RGB (Red+Green+Blue) = 117+156+198=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #759CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CC6 is #8A6339. Grayscale: #949494. Windows color (decimal): -9069370 or 13016181. OLE color: 13016181.

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

Color convert

RGB 117 156 198 -
CMYK 0.41 0.21 0 0.22
HSL 211.11º 0.42% 0.62% -
HSV(B) 211.11º 0.41% 0.78% -
XYZ 29.42 31.64 57.98 -
YUV 149.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 117 156 198 0.41 0.21 0 0.22 211.11 0.42 0.62
Hex 75 9C C6 29 15 0 16 D3 2A 3E
Octal 165 234 306 51 25 0 26 323 52 76
Binary 1110101 10011100 11000110 101001 10101 0 10110 11010011 101010 111110

Color Harmonies of #759CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CC6

Black with #759CC6

Text Example


Text Example

White with #759CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #759CC6;
 }
 .AnyTagClassName
 {
   color: #759CC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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