#6886FE

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

Shades of Cornflower Blue #6886FE

Tints of Cornflower Blue #6886FE

Color information

#6886FE (or 0x6886FE) is unknown color: approx Cornflower Blue. HEX triplet: 68, 86 and FE. RGB value is (104,134,254). Sum of RGB (Red+Green+Blue) = 104+134+254=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #6886FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6886FE is #977901. Grayscale: #8A8A8A. Windows color (decimal): -9926914 or 16680552. OLE color: 16680552.

HSL color Cylindrical-coordinate representation of color #6886FE: hue angle of 228º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6886FE is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB104134254-
CMYK0.590.4700.00
HSL228º98.68%70.2%-
HSV(B)228º59.06%99.61%-
XYZ32.1227.1597.31-
YUV138.71193.06103.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=21.14%
G=27.24%
B=51.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1041342540.590.4700.0022898.6870.2
Hex6886FE3B2F00e46346
Octal150206376735700344143106
Binary11010001000011011111110111011101111001110010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6886FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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