Html Css Color HEX #206481 Allports

📋 copy color: '#206481'

red 32 ◦ green 100 ◦ blue 129

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

Shades of Allports #206481

Tints of Allports #206481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.31%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 12.26%
G = 38.31%
B = 49.43%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#206481 (or 0x206481) is known color: Allports. HEX triplet: 20, 64 and 81. RGB value is (32,100,129). Sum of RGB (Red+Green+Blue) = 32+100+129=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #206481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206481 is #DF9B7E. Grayscale: #525252. Windows color (decimal): -14654335 or 8479776. OLE color: 8479776.

HSL color Cylindrical-coordinate representation of color #206481: hue angle of 197.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206481 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 100 129 -
CMYK 0.75 0.22 0 0.49
HSL 197.94º 0.6% 0.32% -
HSV(B) 197.94º 0.75% 0.51% -
XYZ 9.12 11.01 22.41 -
YUV 82.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 32 100 129 0.75 0.22 0 0.49 197.94 0.6 0.32
Hex 20 64 81 4B 16 0 31 C6 3C 20
Octal 40 144 201 113 26 0 61 306 74 40
Binary 100000 1100100 10000001 1001011 10110 0 110001 11000110 111100 100000

Color Harmonies of #206481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206481

Black with #206481

Text Example


Text Example

White with #206481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206481; }

 p { color: rgb(32,100,129); }

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

background-color css

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

 a { background-color: rgb(32,100,129); }

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

border-color css

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

 span { border-color: rgb(32,100,129); }

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