#6D7FEA

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

Shades of Cornflower Blue #6D7FEA

Tints of Cornflower Blue #6D7FEA

Color information

#6D7FEA (or 0x6D7FEA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 7F and EA. RGB value is (109,127,234). Sum of RGB (Red+Green+Blue) = 109+127+234=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D7FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7FEA is #928015. Grayscale: #858585. Windows color (decimal): -9601046 or 15368045. OLE color: 15368045.

HSL color Cylindrical-coordinate representation of color #6D7FEA: hue angle of 231.36º 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 #6D7FEA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109127234-
CMYK0.530.4600.08
HSL231.36º74.85%67.25%-
HSV(B)231.36º53.42%91.76%-
XYZ28.7524.3781.03-
YUV133.82184.54110.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.19%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=23.19%
G=27.02%
B=49.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1091272340.530.4600.08231.3674.8567.25
Hex6D7FEA352E08e74b43
Octal1551773526556010347113103
Binary1101101111111111101010110101101110010001110011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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