#6890EA

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

Shades of Cornflower Blue #6890EA

Tints of Cornflower Blue #6890EA

Color information

#6890EA (or 0x6890EA) is unknown color: approx Cornflower Blue. HEX triplet: 68, 90 and EA. RGB value is (104,144,234). Sum of RGB (Red+Green+Blue) = 104+144+234=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #6890EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6890EA is #976F15. Grayscale: #8D8D8D. Windows color (decimal): -9924374 or 15372392. OLE color: 15372392.

HSL color Cylindrical-coordinate representation of color #6890EA: hue angle of 221.54º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6890EA is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104144234-
CMYK0.560.3800.08
HSL221.54º75.58%66.27%-
HSV(B)221.54º55.56%91.76%-
XYZ30.5328.8381.8-
YUV142.3179.75100.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.58%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=21.58%
G=29.88%
B=48.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041442340.560.3800.08221.5475.5866.27
Hex6890EA382608de4c42
Octal1502203527046010336114102
Binary11010001001000011101010111000100110010001101111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6890EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6890EA; }

 p { color: rgb(104,144,234); }

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

<style>
 a { background-color: #6890EA; }

 a { background-color: rgb(104,144,234); }

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

<style>
 span { border-color: #6890EA; }

 span { border-color: rgb(104,144,234); }

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