#6E85FD

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

Shades of Cornflower Blue #6E85FD

Tints of Cornflower Blue #6E85FD

Color information

#6E85FD (or 0x6E85FD) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 85 and FD. RGB value is (110,133,253). Sum of RGB (Red+Green+Blue) = 110+133+253=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E85FD is #917A02. Grayscale: #8B8B8B. Windows color (decimal): -9533955 or 16614766. OLE color: 16614766.

HSL color Cylindrical-coordinate representation of color #6E85FD: hue angle of 230.35º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E85FD is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110133253-
CMYK0.570.4700.01
HSL230.35º97.28%71.18%-
HSV(B)230.35º56.52%99.22%-
XYZ32.5527.1896.46-
YUV139.8191.88106.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.18%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=22.18%
G=26.81%
B=51.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101332530.570.4700.01230.3597.2871.18
Hex6E85FD392F01e66147
Octal156205375715701346141107
Binary11011101000010111111101111001101111011110011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E85FD; }

 p { color: rgb(110,133,253); }

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

<style>
 a { background-color: #6E85FD; }

 a { background-color: rgb(110,133,253); }

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

<style>
 span { border-color: #6E85FD; }

 span { border-color: rgb(110,133,253); }

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