#6E94EB

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

Shades of Cornflower Blue #6E94EB

Tints of Cornflower Blue #6E94EB

Color information

#6E94EB (or 0x6E94EB) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 94 and EB. RGB value is (110,148,235). Sum of RGB (Red+Green+Blue) = 110+148+235=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E94EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E94EB is #916B14. Grayscale: #929292. Windows color (decimal): -9530133 or 15438958. OLE color: 15438958.

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

Color convert

RGB110148235-
CMYK0.530.3700.08
HSL221.76º75.76%67.65%-
HSV(B)221.76º53.19%92.16%-
XYZ32.0230.4982.8-
YUV146.56177.91101.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.31%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=22.31%
G=30.02%
B=47.67%

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
Decimal1101482350.530.3700.08221.7675.7667.65
Hex6E94EB352508de4c44
Octal1562243536545010336114104
Binary11011101001010011101011110101100101010001101111010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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