#6D93DC

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

Shades of Cornflower Blue #6D93DC

Tints of Cornflower Blue #6D93DC

Color information

#6D93DC (or 0x6D93DC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 93 and DC. RGB value is (109,147,220). Sum of RGB (Red+Green+Blue) = 109+147+220=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D93DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D93DC is #926C23. Grayscale: #8F8F8F. Windows color (decimal): -9595940 or 14455661. OLE color: 14455661.

HSL color Cylindrical-coordinate representation of color #6D93DC: hue angle of 219.46º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D93DC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109147220-
CMYK0.500.3300.14
HSL219.46º61.33%64.51%-
HSV(B)219.46º50.45%86.27%-
XYZ29.6629.2971.8-
YUV143.96170.91103.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.90%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 220 (86.33% from 255) = 46.22%
R=22.90%
G=30.88%
B=46.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091472200.500.3300.14219.4661.3364.51
Hex6D93DC32210Edb3d41
Octal155223334624101633375101
Binary1101101100100111101110011001010000101110110110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D93DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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