#6D8CE2

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

Shades of Cornflower Blue #6D8CE2

Tints of Cornflower Blue #6D8CE2

Color information

#6D8CE2 (or 0x6D8CE2) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8C and E2. RGB value is (109,140,226). Sum of RGB (Red+Green+Blue) = 109+140+226=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #6D8CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CE2 is #92731D. Grayscale: #8C8C8C. Windows color (decimal): -9597726 or 14847085. OLE color: 14847085.

HSL color Cylindrical-coordinate representation of color #6D8CE2: hue angle of 224.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D8CE2 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB109140226-
CMYK0.520.3800.11
HSL224.1º66.86%65.69%-
HSV(B)224.1º51.77%88.63%-
XYZ29.4127.575.71-
YUV140.54176.23105.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.95%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 226 (88.67% from 255) = 47.58%
R=22.95%
G=29.47%
B=47.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1091402260.520.3800.11224.166.8665.69
Hex6D8CE234260Be04342
Octal1552143426446013340103102
Binary11011011000110011100010110100100110010111110000010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,140,226); }

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

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

 a { background-color: rgb(109,140,226); }

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

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

 span { border-color: rgb(109,140,226); }

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