Html Css Color HEX #206A76 Allports

📋 copy color: '#206A76'

red 32 ◦ green 106 ◦ blue 118

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

Shades of Allports #206A76

Tints of Allports #206A76

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 12.5%
G = 41.41%
B = 46.09%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#206A76 (or 0x206A76) is known color: Allports. HEX triplet: 20, 6A and 76. RGB value is (32,106,118). Sum of RGB (Red+Green+Blue) = 32+106+118=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #206A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A76 is #DF9589. Grayscale: #555555. Windows color (decimal): -14652810 or 7760416. OLE color: 7760416.

HSL color Cylindrical-coordinate representation of color #206A76: hue angle of 188.37º 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 #206A76 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 106 118 -
CMYK 0.73 0.10 0 0.54
HSL 188.37º 0.57% 0.29% -
HSV(B) 188.37º 0.73% 0.46% -
XYZ 9.02 11.92 18.97 -
YUV 85.24 146.48 90.02 -
System Red Green Blue C M Y K H S L
Decimal 32 106 118 0.73 0.10 0 0.54 188.37 0.57 0.29
Hex 20 6A 76 49 A 0 36 BC 39 1D
Octal 40 152 166 111 12 0 66 274 71 35
Binary 100000 1101010 1110110 1001001 1010 0 110110 10111100 111001 11101

Color Harmonies of #206A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206A76

Black with #206A76

Text Example


Text Example

White with #206A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,106,118); }

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

background-color css

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

 a { background-color: rgb(32,106,118); }

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

border-color css

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

 span { border-color: rgb(32,106,118); }

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