#6DA3EF

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

Shades of Cornflower Blue #6DA3EF

Tints of Cornflower Blue #6DA3EF

Color information

#6DA3EF (or 0x6DA3EF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, A3 and EF. RGB value is (109,163,239). Sum of RGB (Red+Green+Blue) = 109+163+239=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DA3EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA3EF is #925C10. Grayscale: #9B9B9B. Windows color (decimal): -9591825 or 15704941. OLE color: 15704941.

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

Color convert

RGB109163239-
CMYK0.540.3200.06
HSL215.08º80.25%68.24%-
HSV(B)215.08º54.39%93.73%-
XYZ34.9835.6886.7-
YUV155.52175.1194.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.33%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=21.33%
G=31.90%
B=46.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091632390.540.3200.06215.0880.2568.24
Hex6DA3EF362006d75044
Octal155243357664006327120104
Binary1101101101000111110111111011010000001101101011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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