Html Css Color HEX #206688 Allports

📋 copy color: '#206688'

red 32 ◦ green 102 ◦ blue 136

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

Shades of Allports #206688

Tints of Allports #206688

RGB

 RED value IS 32 (12.89% from 255) = 11.85%

 GREEN value IS 102 (40.23% from 255) = 37.78%

 BLUE value IS 136 (53.52% from 255) = 50.37%

R = 11.85%
G = 37.78%
B = 50.37%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#206688 (or 0x206688) is known color: Allports. HEX triplet: 20, 66 and 88. RGB value is (32,102,136). Sum of RGB (Red+Green+Blue) = 32+102+136=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #206688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206688 is #DF9977. Grayscale: #545454. Windows color (decimal): -14653816 or 8939040. OLE color: 8939040.

HSL color Cylindrical-coordinate representation of color #206688: hue angle of 199.62º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206688 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 102 136 -
CMYK 0.76 0.25 0 0.47
HSL 199.62º 0.62% 0.33% -
HSV(B) 199.62º 0.76% 0.53% -
XYZ 9.79 11.59 25.01 -
YUV 84.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 32 102 136 0.76 0.25 0 0.47 199.62 0.62 0.33
Hex 20 66 88 4C 19 0 2F C8 3E 21
Octal 40 146 210 114 31 0 57 310 76 41
Binary 100000 1100110 10001000 1001100 11001 0 101111 11001000 111110 100001

Color Harmonies of #206688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206688

Black with #206688

Text Example


Text Example

White with #206688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206688; }

 p { color: rgb(32,102,136); }

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

background-color css

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

 a { background-color: rgb(32,102,136); }

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

border-color css

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

 span { border-color: rgb(32,102,136); }

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