#206B74

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

Shades of Allports #206B74

Tints of Allports #206B74

Color information

#206B74 (or 0x206B74) is unknown color: approx Allports. HEX triplet: 20, 6B and 74. RGB value is (32,107,116). Sum of RGB (Red+Green+Blue) = 32+107+116=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #206B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B74 is #DF948B. Grayscale: #555555. Windows color (decimal): -14652556 or 7629600. OLE color: 7629600.

HSL color Cylindrical-coordinate representation of color #206B74: hue angle of 186.43º 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 #206B74 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32107116-
CMYK0.720.0800.55
HSL186.43º56.76%29.02%-
HSV(B)186.43º72.41%45.49%-
XYZ9.0112.0818.38-
YUV85.6145.1589.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=12.55%
G=41.96%
B=45.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321071160.720.0800.55186.4356.7629.02
Hex206B74488037ba391d
Octal40153164110100672727135
Binary100000110101111101001001000100001101111011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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