#6E90FD

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

Shades of Cornflower Blue #6E90FD

Tints of Cornflower Blue #6E90FD

Color information

#6E90FD (or 0x6E90FD) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 90 and FD. RGB value is (110,144,253). Sum of RGB (Red+Green+Blue) = 110+144+253=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E90FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E90FD is #916F02. Grayscale: #919191. Windows color (decimal): -9531139 or 16617582. OLE color: 16617582.

HSL color Cylindrical-coordinate representation of color #6E90FD: hue angle of 225.73º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E90FD is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB110144253-
CMYK0.570.4300.01
HSL225.73º97.28%71.18%-
HSV(B)225.73º56.52%99.22%-
XYZ34.1330.3596.99-
YUV146.26188.24102.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.70%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=21.70%
G=28.40%
B=49.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1101442530.570.4300.01225.7397.2871.18
Hex6E90FD392B01e26147
Octal156220375715301342141107
Binary11011101001000011111101111001101011011110001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,144,253); }

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

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

 a { background-color: rgb(110,144,253); }

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

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

 span { border-color: rgb(110,144,253); }

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