#6888E3

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

Shades of Cornflower Blue #6888E3

Tints of Cornflower Blue #6888E3

Color information

#6888E3 (or 0x6888E3) is unknown color: approx Cornflower Blue. HEX triplet: 68, 88 and E3. RGB value is (104,136,227). Sum of RGB (Red+Green+Blue) = 104+136+227=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #6888E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888E3 is #97771C. Grayscale: #888888. Windows color (decimal): -9926429 or 14911592. OLE color: 14911592.

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

Color convert

RGB104136227-
CMYK0.540.4000.11
HSL224.39º68.72%64.9%-
HSV(B)224.39º54.19%89.02%-
XYZ28.3826.176.21-
YUV136.81178.9104.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 227 (89.06% from 255) = 48.61%
R=22.27%
G=29.12%
B=48.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1041362270.540.4000.11224.3968.7264.9
Hex6888E336280Be04541
Octal1502103436650013340105101
Binary11010001000100011100011110110101000010111110000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6888E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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