#6D7EDB

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

Shades of Cornflower Blue #6D7EDB

Tints of Cornflower Blue #6D7EDB

Color information

#6D7EDB (or 0x6D7EDB) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 7E and DB. RGB value is (109,126,219). Sum of RGB (Red+Green+Blue) = 109+126+219=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D7EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7EDB is #928124. Grayscale: #838383. Windows color (decimal): -9601317 or 14384749. OLE color: 14384749.

HSL color Cylindrical-coordinate representation of color #6D7EDB: hue angle of 230.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D7EDB is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109126219-
CMYK0.500.4200.14
HSL230.73º60.44%64.31%-
HSV(B)230.73º50.23%85.88%-
XYZ26.5523.2970.11-
YUV131.52177.37111.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.01%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 219 (85.94% from 255) = 48.24%
R=24.01%
G=27.75%
B=48.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091262190.500.4200.14230.7360.4464.31
Hex6D7EDB322A0Ee73c40
Octal155176333625201634774100
Binary110110111111101101101111001010101001110111001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,126,219); }

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

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

 a { background-color: rgb(109,126,219); }

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

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

 span { border-color: rgb(109,126,219); }

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