#6782DC

Color #6782DC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6782DC

Tints of Cornflower Blue #6782DC

Color information

#6782DC (or 0x6782DC) is unknown color: approx Cornflower Blue. HEX triplet: 67, 82 and DC. RGB value is (103,130,220). Sum of RGB (Red+Green+Blue) = 103+130+220=453 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.74% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #6782DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6782DC is #987D23. Grayscale: #838383. Windows color (decimal): -9993508 or 14451303. OLE color: 14451303.

HSL color Cylindrical-coordinate representation of color #6782DC: hue angle of 226.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6782DC is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103130220-
CMYK0.530.4100.14
HSL226.15º62.57%63.33%-
HSV(B)226.15º53.18%86.27%-
XYZ26.4924.0270.95-
YUV132.19177.55107.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.74%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=22.74%
G=28.70%
B=48.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031302200.530.4100.14226.1562.5763.33
Hex6782DC35290Ee23f3f
Octal14720233465510163427777
Binary110011110000010110111001101011010010111011100010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6782DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6782DC; }

 p { color: rgb(103,130,220); }

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

<style>
 a { background-color: #6782DC; }

 a { background-color: rgb(103,130,220); }

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

<style>
 span { border-color: #6782DC; }

 span { border-color: rgb(103,130,220); }

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