#6D8EDA

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

Shades of Cornflower Blue #6D8EDA

Tints of Cornflower Blue #6D8EDA

Color information

#6D8EDA (or 0x6D8EDA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8E and DA. RGB value is (109,142,218). Sum of RGB (Red+Green+Blue) = 109+142+218=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D8EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8EDA is #927125. Grayscale: #8C8C8C. Windows color (decimal): -9597222 or 14323309. OLE color: 14323309.

HSL color Cylindrical-coordinate representation of color #6D8EDA: hue angle of 221.83º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D8EDA is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109142218-
CMYK0.50.3500.15
HSL221.83º59.56%64.12%-
HSV(B)221.83º50%85.49%-
XYZ28.6327.6670.16-
YUV140.8171.57105.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.24%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=23.24%
G=30.28%
B=46.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091422180.50.3500.15221.8359.5664.12
Hex6D8EDA32230Fde3c40
Octal155216332624301733674100
Binary1101101100011101101101011001010001101111110111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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