#6886E3

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

Shades of Cornflower Blue #6886E3

Tints of Cornflower Blue #6886E3

Color information

#6886E3 (or 0x6886E3) is unknown color: approx Cornflower Blue. HEX triplet: 68, 86 and E3. RGB value is (104,134,227). Sum of RGB (Red+Green+Blue) = 104+134+227=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #6886E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6886E3 is #97791C. Grayscale: #878787. Windows color (decimal): -9926941 or 14911080. OLE color: 14911080.

HSL color Cylindrical-coordinate representation of color #6886E3: hue angle of 225.37º degrees, saturation: 0.69, 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 #6886E3 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB104134227-
CMYK0.540.4100.11
HSL225.37º68.72%64.9%-
HSV(B)225.37º54.19%89.02%-
XYZ28.125.5476.12-
YUV135.63179.56105.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 227 (89.06% from 255) = 48.82%
R=22.37%
G=28.82%
B=48.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1041342270.540.4100.11225.3768.7264.9
Hex6886E336290Be14541
Octal1502063436651013341105101
Binary11010001000011011100011110110101001010111110000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6886E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6886E3; }

 p { color: rgb(104,134,227); }

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

<style>
 a { background-color: #6886E3; }

 a { background-color: rgb(104,134,227); }

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

<style>
 span { border-color: #6886E3; }

 span { border-color: rgb(104,134,227); }

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