#6886FC

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

Shades of Cornflower Blue #6886FC

Tints of Cornflower Blue #6886FC

Color information

#6886FC (or 0x6886FC) is unknown color: approx Cornflower Blue. HEX triplet: 68, 86 and FC. RGB value is (104,134,252). Sum of RGB (Red+Green+Blue) = 104+134+252=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #6886FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6886FC is #977903. Grayscale: #898989. Windows color (decimal): -9926916 or 16549480. OLE color: 16549480.

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

Color convert

RGB104134252-
CMYK0.590.4700.01
HSL227.84º96.1%69.8%-
HSV(B)227.84º58.73%98.82%-
XYZ31.827.0295.63-
YUV138.48192.06103.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.22%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=21.22%
G=27.35%
B=51.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1041342520.590.4700.01227.8496.169.8
Hex6886FC3B2F01e46046
Octal150206374735701344140106
Binary11010001000011011111100111011101111011110010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6886FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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