#6784FA

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

Shades of Cornflower Blue #6784FA

Tints of Cornflower Blue #6784FA

Color information

#6784FA (or 0x6784FA) is unknown color: approx Cornflower Blue. HEX triplet: 67, 84 and FA. RGB value is (103,132,250). Sum of RGB (Red+Green+Blue) = 103+132+250=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #6784FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6784FA is #987B05. Grayscale: #888888. Windows color (decimal): -9992966 or 16417895. OLE color: 16417895.

HSL color Cylindrical-coordinate representation of color #6784FA: hue angle of 228.16º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6784FA is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103132250-
CMYK0.590.4700.02
HSL228.16º93.63%69.22%-
HSV(B)228.16º58.8%98.04%-
XYZ31.126.2993.88-
YUV136.78191.89103.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.24%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=21.24%
G=27.22%
B=51.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1031322500.590.4700.02228.1693.6369.22
Hex6784FA3B2F02e45e45
Octal147204372735702344136105
Binary110011110000100111110101110111011110101110010010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6784FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6784FA; }

 p { color: rgb(103,132,250); }

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

<style>
 a { background-color: #6784FA; }

 a { background-color: rgb(103,132,250); }

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

<style>
 span { border-color: #6784FA; }

 span { border-color: rgb(103,132,250); }

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