#6D85EF

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

Shades of Cornflower Blue #6D85EF

Tints of Cornflower Blue #6D85EF

Color information

#6D85EF (or 0x6D85EF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 85 and EF. RGB value is (109,133,239). Sum of RGB (Red+Green+Blue) = 109+133+239=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D85EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D85EF is #927A10. Grayscale: #898989. Windows color (decimal): -9599505 or 15697261. OLE color: 15697261.

HSL color Cylindrical-coordinate representation of color #6D85EF: hue angle of 228.92º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D85EF is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB109133239-
CMYK0.540.4400.06
HSL228.92º80.25%68.24%-
HSV(B)228.92º54.39%93.73%-
XYZ30.2726.2685.13-
YUV137.91185.05107.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.66%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 239 (93.75% from 255) = 49.69%
R=22.66%
G=27.65%
B=49.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091332390.540.4400.06228.9280.2568.24
Hex6D85EF362C06e55044
Octal155205357665406345120104
Binary1101101100001011110111111011010110001101110010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D85EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,239); }

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

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

 a { background-color: rgb(109,133,239); }

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

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

 span { border-color: rgb(109,133,239); }

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