#6D8EEF

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

Shades of Cornflower Blue #6D8EEF

Tints of Cornflower Blue #6D8EEF

Color information

#6D8EEF (or 0x6D8EEF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8E and EF. RGB value is (109,142,239). Sum of RGB (Red+Green+Blue) = 109+142+239=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D8EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8EEF is #927110. Grayscale: #8E8E8E. Windows color (decimal): -9597201 or 15699565. OLE color: 15699565.

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

Color convert

RGB109142239-
CMYK0.540.4100.06
HSL224.77º80.25%68.24%-
HSV(B)224.77º54.39%93.73%-
XYZ31.5628.8385.56-
YUV143.19182.07103.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.24%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 239 (93.75% from 255) = 48.78%
R=22.24%
G=28.98%
B=48.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091422390.540.4100.06224.7780.2568.24
Hex6D8EEF362906e15044
Octal155216357665106341120104
Binary1101101100011101110111111011010100101101110000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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