#6D93EA

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

Shades of Cornflower Blue #6D93EA

Tints of Cornflower Blue #6D93EA

Color information

#6D93EA (or 0x6D93EA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 93 and EA. RGB value is (109,147,234). Sum of RGB (Red+Green+Blue) = 109+147+234=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D93EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D93EA is #926C15. Grayscale: #919191. Windows color (decimal): -9595926 or 15373165. OLE color: 15373165.

HSL color Cylindrical-coordinate representation of color #6D93EA: hue angle of 221.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D93EA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109147234-
CMYK0.530.3700.08
HSL221.76º74.85%67.25%-
HSV(B)221.76º53.42%91.76%-
XYZ31.5930.0681.98-
YUV145.56177.91101.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.24%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 234 (91.80% from 255) = 47.76%
R=22.24%
G=30%
B=47.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1091472340.530.3700.08221.7674.8567.25
Hex6D93EA352508de4b43
Octal1552233526545010336113103
Binary11011011001001111101010110101100101010001101111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,147,234); }

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

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

 a { background-color: rgb(109,147,234); }

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

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

 span { border-color: rgb(109,147,234); }

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