#206CD9

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

Shades of Denim #206CD9

Tints of Denim #206CD9

Color information

#206CD9 (or 0x206CD9) is unknown color: approx Denim. HEX triplet: 20, 6C and D9. RGB value is (32,108,217). Sum of RGB (Red+Green+Blue) = 32+108+217=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 217 (85.16% from 255 or 60.78% from 357); Max value from RGB is 217 - color contains mainly: blue. Hex color #206CD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206CD9 is #DF9326. Grayscale: #616161. Windows color (decimal): -14652199 or 14248992. OLE color: 14248992.

HSL color Cylindrical-coordinate representation of color #206CD9: hue angle of 215.35º 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 #206CD9 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB32108217-
CMYK0.850.5000.15
HSL215.35º74.3%48.82%-
HSV(B)215.35º85.25%85.1%-
XYZ18.4816.0467.77-
YUV97.7195.3281.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.96%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 217 (85.16% from 255) = 60.78%
R=8.96%
G=30.25%
B=60.78%

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
Decimal321082170.850.5000.15215.3574.348.82
Hex206CD955320Fd74a31
Octal401543311256201732711261
Binary100000110110011011001101010111001001111110101111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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