#6891E2

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

Shades of Cornflower Blue #6891E2

Tints of Cornflower Blue #6891E2

Color information

#6891E2 (or 0x6891E2) is unknown color: approx Cornflower Blue. HEX triplet: 68, 91 and E2. RGB value is (104,145,226). Sum of RGB (Red+Green+Blue) = 104+145+226=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #6891E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6891E2 is #976E1D. Grayscale: #8D8D8D. Windows color (decimal): -9924126 or 14848360. OLE color: 14848360.

HSL color Cylindrical-coordinate representation of color #6891E2: hue angle of 219.84º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6891E2 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB104145226-
CMYK0.540.3600.11
HSL219.84º67.78%64.71%-
HSV(B)219.84º53.98%88.63%-
XYZ29.5628.6875.93-
YUV141.98175.42100.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 226 (88.67% from 255) = 47.58%
R=21.89%
G=30.53%
B=47.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1041452260.540.3600.11219.8467.7864.71
Hex6891E236240Bdc4441
Octal1502213426644013334104101
Binary11010001001000111100010110110100100010111101110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6891E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6891E2; }

 p { color: rgb(104,145,226); }

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

<style>
 a { background-color: #6891E2; }

 a { background-color: rgb(104,145,226); }

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

<style>
 span { border-color: #6891E2; }

 span { border-color: rgb(104,145,226); }

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