Html Css Color HEX #779BC6 Polo Blue

📋 copy color: '#779BC6'

red 119 ◦ green 155 ◦ blue 198

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

Shades of Polo Blue #779BC6

Tints of Polo Blue #779BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

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

R = 25.21%
G = 32.84%
B = 41.95%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#779BC6 (or 0x779BC6) is known color: Polo Blue. HEX triplet: 77, 9B and C6. RGB value is (119,155,198). Sum of RGB (Red+Green+Blue) = 119+155+198=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #779BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BC6 is #886439. Grayscale: #949494. Windows color (decimal): -8938554 or 13015927. OLE color: 13015927.

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

Color convert

RGB 119 155 198 -
CMYK 0.40 0.22 0 0.22
HSL 212.66º 0.41% 0.62% -
HSV(B) 212.66º 0.4% 0.78% -
XYZ 29.52 31.44 57.94 -
YUV 149.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 119 155 198 0.40 0.22 0 0.22 212.66 0.41 0.62
Hex 77 9B C6 28 16 0 16 D5 29 3E
Octal 167 233 306 50 26 0 26 325 51 76
Binary 1110111 10011011 11000110 101000 10110 0 10110 11010101 101001 111110

Color Harmonies of #779BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779BC6

Black with #779BC6

Text Example


Text Example

White with #779BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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