#206DC9

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

Shades of Denim #206DC9

Tints of Denim #206DC9

Color information

#206DC9 (or 0x206DC9) is unknown color: approx Denim. HEX triplet: 20, 6D and C9. RGB value is (32,109,201). Sum of RGB (Red+Green+Blue) = 32+109+201=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #206DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DC9 is #DF9236. Grayscale: #606060. Windows color (decimal): -14651959 or 13200672. OLE color: 13200672.

HSL color Cylindrical-coordinate representation of color #206DC9: hue angle of 212.66º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #206DC9 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB32109201-
CMYK0.840.4600.21
HSL212.66º72.53%45.69%-
HSV(B)212.66º84.08%78.82%-
XYZ16.6115.4657.37-
YUV96.46186.9982.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.36%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 201 (78.91% from 255) = 58.77%
R=9.36%
G=31.87%
B=58.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal321092010.840.4600.21212.6672.5345.69
Hex206DC9542E015d5492e
Octal401553111245602532511156
Binary1000001101101110010011010100101110010101110101011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,109,201); }

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

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

 a { background-color: rgb(32,109,201); }

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

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

 span { border-color: rgb(32,109,201); }

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