#206975

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

Shades of Allports #206975

Tints of Allports #206975

Color information

#206975 (or 0x206975) is unknown color: approx Allports. HEX triplet: 20, 69 and 75. RGB value is (32,105,117). Sum of RGB (Red+Green+Blue) = 32+105+117=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #206975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206975 is #DF968A. Grayscale: #545454. Windows color (decimal): -14653067 or 7694624. OLE color: 7694624.

HSL color Cylindrical-coordinate representation of color #206975: hue angle of 188.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206975 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB32105117-
CMYK0.730.1000.54
HSL188.47º57.05%29.22%-
HSV(B)188.47º72.65%45.88%-
XYZ8.8611.6918.62-
YUV84.54146.3290.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.60%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=12.60%
G=41.34%
B=46.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321051170.730.1000.54188.4757.0529.22
Hex20697549A036bc391d
Octal40151165111120662747135
Binary100000110100111101011001001101001101101011110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206975; }

 p { color: rgb(32,105,117); }

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

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

 a { background-color: rgb(32,105,117); }

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

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

 span { border-color: rgb(32,105,117); }

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