#6888f4

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

Shades of Cornflower Blue #6888F4

Tints of Cornflower Blue #6888F4

Color information

#6888F4 (or 0x6888F4) is unknown color: approx Cornflower Blue. HEX triplet: 68, 88 and F4. RGB value is (104,136,244). Sum of RGB (Red+Green+Blue) = 104+136+244=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #6888F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6888F4 is #97770B. Grayscale: #8A8A8A. Windows color (decimal): -9926412 or 16025704. OLE color: 16025704.

HSL color Cylindrical-coordinate representation of color #6888F4: hue angle of 226.29º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6888F4 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104136244-
CMYK0.570.4400.04
HSL226.29º86.42%68.24%-
HSV(B)226.29º57.38%95.69%-
XYZ30.8427.0889.19-
YUV138.74187.4103.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.49%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 244 (95.70% from 255) = 50.41%
R=21.49%
G=28.10%
B=50.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041362440.570.4400.04226.2986.4268.24
Hex6888F4392C04e25644
Octal150210364715404342126104
Binary1101000100010001111010011100110110001001110001010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6888f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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