Html Css Color HEX #779FC6 Polo Blue

📋 copy color: '#779FC6'

red 119 ◦ green 159 ◦ blue 198

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

Shades of Polo Blue #779FC6

Tints of Polo Blue #779FC6

RGB

 RED value IS 119 (46.88% from 255) = 25%

 GREEN value IS 159 (62.5% from 255) = 33.4%

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

R = 25%
G = 33.4%
B = 41.6%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#779FC6 (or 0x779FC6) is known color: Polo Blue. HEX triplet: 77, 9F and C6. RGB value is (119,159,198). Sum of RGB (Red+Green+Blue) = 119+159+198=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #779FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FC6 is #886039. Grayscale: #979797. Windows color (decimal): -8937530 or 13016951. OLE color: 13016951.

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

Color convert

RGB 119 159 198 -
CMYK 0.40 0.20 0 0.22
HSL 209.62º 0.41% 0.62% -
HSV(B) 209.62º 0.4% 0.78% -
XYZ 30.2 32.8 58.16 -
YUV 151.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 119 159 198 0.40 0.20 0 0.22 209.62 0.41 0.62
Hex 77 9F C6 28 14 0 16 D2 29 3E
Octal 167 237 306 50 24 0 26 322 51 76
Binary 1110111 10011111 11000110 101000 10100 0 10110 11010010 101001 111110

Color Harmonies of #779FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779FC6

Black with #779FC6

Text Example


Text Example

White with #779FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #779FC6;
 }
 .AnyTagClassName
 {
   color: #779FC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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