Html Css Color HEX #7699CE Polo Blue

📋 copy color: '#7699CE'

red 118 ◦ green 153 ◦ blue 206

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

Shades of Polo Blue #7699CE

Tints of Polo Blue #7699CE

RGB

 RED value IS 118 (46.48% from 255) = 24.74%

 GREEN value IS 153 (60.16% from 255) = 32.08%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 24.74%
G = 32.08%
B = 43.19%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7699CE (or 0x7699CE) is known color: Polo Blue. HEX triplet: 76, 99 and CE. RGB value is (118,153,206). Sum of RGB (Red+Green+Blue) = 118+153+206=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #7699CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699CE is #896631. Grayscale: #949494. Windows color (decimal): -9004594 or 13539702. OLE color: 13539702.

HSL color Cylindrical-coordinate representation of color #7699CE: hue angle of 216.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7699CE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 153 206 -
CMYK 0.43 0.26 0 0.19
HSL 216.14º 0.47% 0.64% -
HSV(B) 216.14º 0.43% 0.81% -
XYZ 30 31.09 62.81 -
YUV 148.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 118 153 206 0.43 0.26 0 0.19 216.14 0.47 0.64
Hex 76 99 CE 2B 1A 0 13 D8 2F 40
Octal 166 231 316 53 32 0 23 330 57 100
Binary 1110110 10011001 11001110 101011 11010 0 10011 11011000 101111 1000000

Color Harmonies of #7699CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699CE

Black with #7699CE

Text Example


Text Example

White with #7699CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7699CE; }

 p { color: rgb(118,153,206); }

 H1.HeaderClassName
 {
   color: #7699CE;
 }
 .AnyTagClassName
 {
   color: #7699CE;
 }
</style>

background-color css

<style>
 a { background-color: #7699CE; }

 a { background-color: rgb(118,153,206); }

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

border-color css

<style>
 span { border-color: #7699CE; }

 span { border-color: rgb(118,153,206); }

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