#6D7FEE

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

Shades of Cornflower Blue #6D7FEE

Tints of Cornflower Blue #6D7FEE

Color information

#6D7FEE (or 0x6D7FEE) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 7F and EE. RGB value is (109,127,238). Sum of RGB (Red+Green+Blue) = 109+127+238=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D7FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7FEE is #928011. Grayscale: #858585. Windows color (decimal): -9601042 or 15630189. OLE color: 15630189.

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

Color convert

RGB109127238-
CMYK0.540.4700.07
HSL231.63º79.14%68.04%-
HSV(B)231.63º54.2%93.33%-
XYZ29.3324.684.09-
YUV134.27186.54109.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.00%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 238 (93.36% from 255) = 50.21%
R=23.00%
G=26.79%
B=50.21%

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
Decimal1091272380.540.4700.07231.6379.1468.04
Hex6D7FEE362F07e84f44
Octal155177356665707350117104
Binary110110111111111110111011011010111101111110100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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