#6D90EC

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

Shades of Cornflower Blue #6D90EC

Tints of Cornflower Blue #6D90EC

Color information

#6D90EC (or 0x6D90EC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 90 and EC. RGB value is (109,144,236). Sum of RGB (Red+Green+Blue) = 109+144+236=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D90EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D90EC is #926F13. Grayscale: #8F8F8F. Windows color (decimal): -9596692 or 15503469. OLE color: 15503469.

HSL color Cylindrical-coordinate representation of color #6D90EC: hue angle of 223.46º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D90EC is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109144236-
CMYK0.540.3900.07
HSL223.46º76.97%67.65%-
HSV(B)223.46º53.81%92.55%-
XYZ31.4229.2583.35-
YUV144.02179.9103.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.29%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 236 (92.58% from 255) = 48.26%
R=22.29%
G=29.45%
B=48.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1091442360.540.3900.07223.4676.9767.65
Hex6D90EC362707df4d44
Octal155220354664707337115104
Binary1101101100100001110110011011010011101111101111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,144,236); }

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

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

 a { background-color: rgb(109,144,236); }

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

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

 span { border-color: rgb(109,144,236); }

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