#6D8EEC

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

Shades of Cornflower Blue #6D8EEC

Tints of Cornflower Blue #6D8EEC

Color information

#6D8EEC (or 0x6D8EEC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8E and EC. RGB value is (109,142,236). Sum of RGB (Red+Green+Blue) = 109+142+236=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D8EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8EEC is #927113. Grayscale: #8E8E8E. Windows color (decimal): -9597204 or 15502957. OLE color: 15502957.

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

Color convert

RGB109142236-
CMYK0.540.4000.07
HSL224.41º76.97%67.65%-
HSV(B)224.41º53.81%92.55%-
XYZ31.1228.6583.25-
YUV142.85180.57103.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.38%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=22.38%
G=29.16%
B=48.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1091422360.540.4000.07224.4176.9767.65
Hex6D8EEC362807e04d44
Octal155216354665007340115104
Binary1101101100011101110110011011010100001111110000010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,142,236); }

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

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

 a { background-color: rgb(109,142,236); }

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

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

 span { border-color: rgb(109,142,236); }

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