#206BC0

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

Shades of Denim #206BC0

Tints of Denim #206BC0

Color information

#206BC0 (or 0x206BC0) is unknown color: approx Denim. HEX triplet: 20, 6B and C0. RGB value is (32,107,192). Sum of RGB (Red+Green+Blue) = 32+107+192=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #206BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #206BC0 is #DF943F. Grayscale: #5D5D5D. Windows color (decimal): -14652480 or 12610336. OLE color: 12610336.

HSL color Cylindrical-coordinate representation of color #206BC0: hue angle of 211.88º 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 #206BC0 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB32107192-
CMYK0.830.4400.25
HSL211.88º71.43%43.92%-
HSV(B)211.88º83.33%75.29%-
XYZ15.3714.6351.88-
YUV94.26183.1583.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.67%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 192 (75.39% from 255) = 58.01%
R=9.67%
G=32.33%
B=58.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321071920.830.4400.25211.8871.4343.92
Hex206BC0532C019d4472c
Octal401533001235403132410754
Binary1000001101011110000001010011101100011001110101001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,107,192); }

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

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

 a { background-color: rgb(32,107,192); }

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

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

 span { border-color: rgb(32,107,192); }

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