#6886E0

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

Shades of Cornflower Blue #6886E0

Tints of Cornflower Blue #6886E0

Color information

#6886E0 (or 0x6886E0) is unknown color: approx Cornflower Blue. HEX triplet: 68, 86 and E0. RGB value is (104,134,224). Sum of RGB (Red+Green+Blue) = 104+134+224=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #6886E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6886E0 is #97791F. Grayscale: #868686. Windows color (decimal): -9926944 or 14714472. OLE color: 14714472.

HSL color Cylindrical-coordinate representation of color #6886E0: hue angle of 225º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6886E0 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB104134224-
CMYK0.540.4000.12
HSL225º65.93%64.31%-
HSV(B)225º53.57%87.84%-
XYZ27.6925.3873.96-
YUV135.29178.06105.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.51%
GREEN value IS 134 (52.73% from 255) = 29.00%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=22.51%
G=29.00%
B=48.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041342240.540.4000.1222565.9364.31
Hex6886E036280Ce14240
Octal1502063406650014341102100
Binary11010001000011011100000110110101000011001110000110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6886E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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