#206774

Color #206774 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #206774

Tints of Allports #206774

Color information

#206774 (or 0x206774) is unknown color: approx Allports. HEX triplet: 20, 67 and 74. RGB value is (32,103,116). Sum of RGB (Red+Green+Blue) = 32+103+116=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #206774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206774 is #DF988B. Grayscale: #535353. Windows color (decimal): -14653580 or 7628576. OLE color: 7628576.

HSL color Cylindrical-coordinate representation of color #206774: hue angle of 189.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206774 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32103116-
CMYK0.720.1100.55
HSL189.29º56.76%29.02%-
HSV(B)189.29º72.41%45.49%-
XYZ8.611.2718.24-
YUV83.25146.4891.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 103 (40.62% from 255) = 41.04%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=12.75%
G=41.04%
B=46.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321031160.720.1100.55189.2956.7629.02
Hex20677448B037bd391d
Octal40147164110130672757135
Binary100000110011111101001001000101101101111011110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206774; }

 p { color: rgb(32,103,116); }

 H1.HeaderClassName
 {
   color: #206774;
 }
 .AnyTagClassName
 {
   color: #206774;
 }
</style>
background-color css

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

 a { background-color: rgb(32,103,116); }

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

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

 span { border-color: rgb(32,103,116); }

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