#6D93DD

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

Shades of Cornflower Blue #6D93DD

Tints of Cornflower Blue #6D93DD

Color information

#6D93DD (or 0x6D93DD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 93 and DD. RGB value is (109,147,221). Sum of RGB (Red+Green+Blue) = 109+147+221=477 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.85% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D93DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D93DD is #926C22. Grayscale: #8F8F8F. Windows color (decimal): -9595939 or 14521197. OLE color: 14521197.

HSL color Cylindrical-coordinate representation of color #6D93DD: hue angle of 219.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D93DD is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109147221-
CMYK0.510.3300.13
HSL219.64º62.22%64.71%-
HSV(B)219.64º50.68%86.67%-
XYZ29.7929.3472.5-
YUV144.07171.41102.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.85%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=22.85%
G=30.82%
B=46.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091472210.510.3300.13219.6462.2264.71
Hex6D93DD33210Ddc3e41
Octal155223335634101533476101
Binary1101101100100111101110111001110000101101110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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