#6888E5

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

Shades of Cornflower Blue #6888E5

Tints of Cornflower Blue #6888E5

Color information

#6888E5 (or 0x6888E5) is unknown color: approx Cornflower Blue. HEX triplet: 68, 88 and E5. RGB value is (104,136,229). Sum of RGB (Red+Green+Blue) = 104+136+229=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #6888E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888E5 is #97771A. Grayscale: #888888. Windows color (decimal): -9926427 or 15042664. OLE color: 15042664.

HSL color Cylindrical-coordinate representation of color #6888E5: hue angle of 224.64º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6888E5 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB104136229-
CMYK0.550.4100.10
HSL224.64º70.62%65.29%-
HSV(B)224.64º54.59%89.8%-
XYZ28.6626.2177.68-
YUV137.03179.9104.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.17%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 229 (89.84% from 255) = 48.83%
R=22.17%
G=29.00%
B=48.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1041362290.550.4100.10224.6470.6265.29
Hex6888E537290Ae14741
Octal1502103456751012341107101
Binary11010001000100011100101110111101001010101110000110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6888E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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