#6D7EEE

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

Shades of Cornflower Blue #6D7EEE

Tints of Cornflower Blue #6D7EEE

Color information

#6D7EEE (or 0x6D7EEE) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 7E and EE. RGB value is (109,126,238). Sum of RGB (Red+Green+Blue) = 109+126+238=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D7EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7EEE is #928111. Grayscale: #858585. Windows color (decimal): -9601298 or 15629933. OLE color: 15629933.

HSL color Cylindrical-coordinate representation of color #6D7EEE: hue angle of 232.09º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D7EEE is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB109126238-
CMYK0.540.4700.07
HSL232.09º79.14%68.04%-
HSV(B)232.09º54.2%93.33%-
XYZ29.224.3584.05-
YUV133.68186.87110.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.04%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 238 (93.36% from 255) = 50.32%
R=23.04%
G=26.64%
B=50.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1091262380.540.4700.07232.0979.1468.04
Hex6D7EEE362F07e84f44
Octal155176356665707350117104
Binary110110111111101110111011011010111101111110100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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