Html Css Color HEX #206983 Allports

📋 copy color: '#206983'

red 32 ◦ green 105 ◦ blue 131

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

Shades of Allports #206983

Tints of Allports #206983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.18%

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 11.94%
G = 39.18%
B = 48.88%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#206983 (or 0x206983) is known color: Allports. HEX triplet: 20, 69 and 83. RGB value is (32,105,131). Sum of RGB (Red+Green+Blue) = 32+105+131=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #206983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206983 is #DF967C. Grayscale: #555555. Windows color (decimal): -14653053 or 8612128. OLE color: 8612128.

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

Color convert

RGB 32 105 131 -
CMYK 0.76 0.20 0 0.49
HSL 195.76º 0.61% 0.32% -
HSV(B) 195.76º 0.76% 0.51% -
XYZ 9.74 12.05 23.28 -
YUV 86.14 153.32 89.39 -
System Red Green Blue C M Y K H S L
Decimal 32 105 131 0.76 0.20 0 0.49 195.76 0.61 0.32
Hex 20 69 83 4C 14 0 31 C4 3D 20
Octal 40 151 203 114 24 0 61 304 75 40
Binary 100000 1101001 10000011 1001100 10100 0 110001 11000100 111101 100000

Color Harmonies of #206983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206983

Black with #206983

Text Example


Text Example

White with #206983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206983; }

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

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

background-color css

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

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

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

border-color css

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

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

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