#6D7DEF

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

Shades of Cornflower Blue #6D7DEF

Tints of Cornflower Blue #6D7DEF

Color information

#6D7DEF (or 0x6D7DEF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 7D and EF. RGB value is (109,125,239). Sum of RGB (Red+Green+Blue) = 109+125+239=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D7DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7DEF is #928210. Grayscale: #848484. Windows color (decimal): -9601553 or 15695213. OLE color: 15695213.

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

Color convert

RGB109125239-
CMYK0.540.4800.06
HSL232.62º80.25%68.24%-
HSV(B)232.62º54.39%93.73%-
XYZ29.2224.1584.78-
YUV133.21187.7110.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.04%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 239 (93.75% from 255) = 50.53%
R=23.04%
G=26.43%
B=50.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091252390.540.4800.06232.6280.2568.24
Hex6D7DEF363006e95044
Octal155175357666006351120104
Binary110110111111011110111111011011000001101110100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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