#206DBE

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

Shades of Denim #206DBE

Tints of Denim #206DBE

Color information

#206DBE (or 0x206DBE) is unknown color: approx Denim. HEX triplet: 20, 6D and BE. RGB value is (32,109,190). Sum of RGB (Red+Green+Blue) = 32+109+190=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #206DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206DBE is #DF9241. Grayscale: #5E5E5E. Windows color (decimal): -14651970 or 12479776. OLE color: 12479776.

HSL color Cylindrical-coordinate representation of color #206DBE: hue angle of 210.76º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #206DBE is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB32109190-
CMYK0.830.4300.25
HSL210.76º71.17%43.53%-
HSV(B)210.76º83.16%74.51%-
XYZ15.3614.9650.79-
YUV95.21181.4982.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.67%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=9.67%
G=32.93%
B=57.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321091900.830.4300.25210.7671.1743.53
Hex206DBE532B019d3472c
Octal401552761235303132310754
Binary1000001101101101111101010011101011011001110100111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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