#6E93EB

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

Shades of Cornflower Blue #6E93EB

Tints of Cornflower Blue #6E93EB

Color information

#6E93EB (or 0x6E93EB) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 93 and EB. RGB value is (110,147,235). Sum of RGB (Red+Green+Blue) = 110+147+235=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E93EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E93EB is #916C14. Grayscale: #919191. Windows color (decimal): -9530389 or 15438702. OLE color: 15438702.

HSL color Cylindrical-coordinate representation of color #6E93EB: hue angle of 222.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E93EB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110147235-
CMYK0.530.3700.08
HSL222.24º75.76%67.65%-
HSV(B)222.24º53.19%92.16%-
XYZ31.8630.1882.74-
YUV145.97178.24102.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.36%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 235 (92.19% from 255) = 47.76%
R=22.36%
G=29.88%
B=47.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1101472350.530.3700.08222.2475.7667.65
Hex6E93EB352508de4c44
Octal1562233536545010336114104
Binary11011101001001111101011110101100101010001101111010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E93EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,147,235); }

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

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

 a { background-color: rgb(110,147,235); }

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

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

 span { border-color: rgb(110,147,235); }

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