#6C7EED

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

Shades of Cornflower Blue #6C7EED

Tints of Cornflower Blue #6C7EED

Color information

#6C7EED (or 0x6C7EED) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 7E and ED. RGB value is (108,126,237). Sum of RGB (Red+Green+Blue) = 108+126+237=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C7EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7EED is #938112. Grayscale: #848484. Windows color (decimal): -9666835 or 15564396. OLE color: 15564396.

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

Color convert

RGB108126237-
CMYK0.540.4700.07
HSL231.63º78.18%67.65%-
HSV(B)231.63º54.43%92.94%-
XYZ28.9324.2283.27-
YUV133.27186.54109.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.93%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 237 (92.97% from 255) = 50.32%
R=22.93%
G=26.75%
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
Decimal1081262370.540.4700.07231.6378.1867.65
Hex6C7EED362F07e84e44
Octal154176355665707350116104
Binary110110011111101110110111011010111101111110100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,126,237); }

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

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

 a { background-color: rgb(108,126,237); }

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

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

 span { border-color: rgb(108,126,237); }

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