#206DD9

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

Shades of Denim #206DD9

Tints of Denim #206DD9

Color information

#206DD9 (or 0x206DD9) is unknown color: approx Denim. HEX triplet: 20, 6D and D9. RGB value is (32,109,217). Sum of RGB (Red+Green+Blue) = 32+109+217=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 217 (85.16% from 255 or 60.61% from 358); Max value from RGB is 217 - color contains mainly: blue. Hex color #206DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DD9 is #DF9226. Grayscale: #616161. Windows color (decimal): -14651943 or 14249248. OLE color: 14249248.

HSL color Cylindrical-coordinate representation of color #206DD9: hue angle of 215.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #206DD9 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB32109217-
CMYK0.850.5000.15
HSL215.03º74.3%48.82%-
HSV(B)215.03º85.25%85.1%-
XYZ18.5916.2567.8-
YUV98.29194.9980.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.94%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 217 (85.16% from 255) = 60.61%
R=8.94%
G=30.45%
B=60.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal321092170.850.5000.15215.0374.348.82
Hex206DD955320Fd74a31
Octal401553311256201732711261
Binary100000110110111011001101010111001001111110101111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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