#6D9AE6

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

Shades of Cornflower Blue #6D9AE6

Tints of Cornflower Blue #6D9AE6

Color information

#6D9AE6 (or 0x6D9AE6) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 9A and E6. RGB value is (109,154,230). Sum of RGB (Red+Green+Blue) = 109+154+230=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #6D9AE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9AE6 is #926519. Grayscale: #949494. Windows color (decimal): -9594138 or 15112813. OLE color: 15112813.

HSL color Cylindrical-coordinate representation of color #6D9AE6: hue angle of 217.69º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D9AE6 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB109154230-
CMYK0.530.3300.10
HSL217.69º70.76%66.47%-
HSV(B)217.69º52.61%90.2%-
XYZ32.1532.0879.36-
YUV149.21173.5999.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.11%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 230 (90.23% from 255) = 46.65%
R=22.11%
G=31.24%
B=46.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1091542300.530.3300.10217.6970.7666.47
Hex6D9AE635210Ada4742
Octal1552323466541012332107102
Binary11011011001101011100110110101100001010101101101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,154,230); }

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

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

 a { background-color: rgb(109,154,230); }

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

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

 span { border-color: rgb(109,154,230); }

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