#6D93EF

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

Shades of Cornflower Blue #6D93EF

Tints of Cornflower Blue #6D93EF

Color information

#6D93EF (or 0x6D93EF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 93 and EF. RGB value is (109,147,239). Sum of RGB (Red+Green+Blue) = 109+147+239=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D93EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D93EF is #926C10. Grayscale: #919191. Windows color (decimal): -9595921 or 15700845. OLE color: 15700845.

HSL color Cylindrical-coordinate representation of color #6D93EF: hue angle of 222.46º 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 #6D93EF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB109147239-
CMYK0.540.3800.06
HSL222.46º80.25%68.24%-
HSV(B)222.46º54.39%93.73%-
XYZ32.3230.3585.82-
YUV146.13180.41101.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.02%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 239 (93.75% from 255) = 48.28%
R=22.02%
G=29.70%
B=48.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091472390.540.3800.06222.4680.2568.24
Hex6D93EF362606de5044
Octal155223357664606336120104
Binary1101101100100111110111111011010011001101101111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D93EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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