#206F7A

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

Shades of Allports #206F7A

Tints of Allports #206F7A

Color information

#206F7A (or 0x206F7A) is unknown color: approx Allports. HEX triplet: 20, 6F and 7A. RGB value is (32,111,122). Sum of RGB (Red+Green+Blue) = 32+111+122=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #206F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F7A is #DF9085. Grayscale: #585858. Windows color (decimal): -14651526 or 8023840. OLE color: 8023840.

HSL color Cylindrical-coordinate representation of color #206F7A: hue angle of 187.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206F7A is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB32111122-
CMYK0.740.0900.52
HSL187.33º58.44%30.2%-
HSV(B)187.33º73.77%47.84%-
XYZ9.7913.0820.42-
YUV88.63146.8387.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=12.08%
G=41.89%
B=46.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321111220.740.0900.52187.3358.4430.2
Hex206F7A4A9034bb3a1e
Octal40157172112110642737236
Binary100000110111111110101001010100101101001011101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206F7A; }

 p { color: rgb(32,111,122); }

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

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

 a { background-color: rgb(32,111,122); }

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

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

 span { border-color: rgb(32,111,122); }

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