#6785FA

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

Shades of Cornflower Blue #6785FA

Tints of Cornflower Blue #6785FA

Color information

#6785FA (or 0x6785FA) is unknown color: approx Cornflower Blue. HEX triplet: 67, 85 and FA. RGB value is (103,133,250). Sum of RGB (Red+Green+Blue) = 103+133+250=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #6785FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6785FA is #987A05. Grayscale: #888888. Windows color (decimal): -9992710 or 16418151. OLE color: 16418151.

HSL color Cylindrical-coordinate representation of color #6785FA: hue angle of 227.76º 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 #6785FA is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103133250-
CMYK0.590.4700.02
HSL227.76º93.63%69.22%-
HSV(B)227.76º58.8%98.04%-
XYZ31.2426.5693.92-
YUV137.37191.56103.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.19%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 250 (98.05% from 255) = 51.44%
R=21.19%
G=27.37%
B=51.44%

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
Decimal1031332500.590.4700.02227.7693.6369.22
Hex6785FA3B2F02e45e45
Octal147205372735702344136105
Binary110011110000101111110101110111011110101110010010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6785FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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