#6D8CEA

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

Shades of Cornflower Blue #6D8CEA

Tints of Cornflower Blue #6D8CEA

Color information

#6D8CEA (or 0x6D8CEA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8C and EA. RGB value is (109,140,234). Sum of RGB (Red+Green+Blue) = 109+140+234=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8CEA is #927315. Grayscale: #8D8D8D. Windows color (decimal): -9597718 or 15371373. OLE color: 15371373.

HSL color Cylindrical-coordinate representation of color #6D8CEA: hue angle of 225.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D8CEA is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109140234-
CMYK0.530.4000.08
HSL225.12º74.85%67.25%-
HSV(B)225.12º53.42%91.76%-
XYZ30.5427.9581.63-
YUV141.45180.23104.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.57%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 234 (91.80% from 255) = 48.45%
R=22.57%
G=28.99%
B=48.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1091402340.530.4000.08225.1274.8567.25
Hex6D8CEA352808e14b43
Octal1552143526550010341113103
Binary11011011000110011101010110101101000010001110000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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