#6E9DEC

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

Shades of Cornflower Blue #6E9DEC

Tints of Cornflower Blue #6E9DEC

Color information

#6E9DEC (or 0x6E9DEC) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 9D and EC. RGB value is (110,157,236). Sum of RGB (Red+Green+Blue) = 110+157+236=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E9DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9DEC is #916213. Grayscale: #979797. Windows color (decimal): -9527828 or 15506798. OLE color: 15506798.

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

Color convert

RGB110157236-
CMYK0.530.3300.07
HSL217.62º76.83%67.84%-
HSV(B)217.62º53.39%92.55%-
XYZ33.6333.4984.05-
YUV151.95175.4398.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.87%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=21.87%
G=31.21%
B=46.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1101572360.530.3300.07217.6276.8367.84
Hex6E9DEC352107da4d44
Octal156235354654107332115104
Binary1101110100111011110110011010110000101111101101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,157,236); }

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

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

 a { background-color: rgb(110,157,236); }

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

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

 span { border-color: rgb(110,157,236); }

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