#6DA5EE

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

Shades of Cornflower Blue #6DA5EE

Tints of Cornflower Blue #6DA5EE

Color information

#6DA5EE (or 0x6DA5EE) is unknown color: approx Cornflower Blue. HEX triplet: 6D, A5 and EE. RGB value is (109,165,238). Sum of RGB (Red+Green+Blue) = 109+165+238=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DA5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA5EE is #925A11. Grayscale: #9C9C9C. Windows color (decimal): -9591314 or 15639917. OLE color: 15639917.

HSL color Cylindrical-coordinate representation of color #6DA5EE: hue angle of 213.95º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DA5EE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109165238-
CMYK0.540.3100.07
HSL213.95º79.14%68.04%-
HSV(B)213.95º54.2%93.33%-
XYZ35.1936.3386.05-
YUV156.58173.9594.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.29%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=21.29%
G=32.23%
B=46.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1091652380.540.3100.07213.9579.1468.04
Hex6DA5EE361F07d64f44
Octal155245356663707326117104
Binary110110110100101111011101101101111101111101011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,165,238); }

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

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

 a { background-color: rgb(109,165,238); }

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

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

 span { border-color: rgb(109,165,238); }

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