#6E86F6

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

Shades of Cornflower Blue #6E86F6

Tints of Cornflower Blue #6E86F6

Color information

#6E86F6 (or 0x6E86F6) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 86 and F6. RGB value is (110,134,246). Sum of RGB (Red+Green+Blue) = 110+134+246=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #6E86F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E86F6 is #917909. Grayscale: #8B8B8B. Windows color (decimal): -9533706 or 16156270. OLE color: 16156270.

HSL color Cylindrical-coordinate representation of color #6E86F6: hue angle of 229.41º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E86F6 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB110134246-
CMYK0.550.4600.04
HSL229.41º88.31%69.8%-
HSV(B)229.41º55.28%96.47%-
XYZ31.5927.0290.74-
YUV139.59188.05106.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.45%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 246 (96.48% from 255) = 50.20%
R=22.45%
G=27.35%
B=50.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1101342460.550.4600.04229.4188.3169.8
Hex6E86F6372E04e55846
Octal156206366675604345130106
Binary1101110100001101111011011011110111001001110010110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E86F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E86F6; }

 p { color: rgb(110,134,246); }

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

<style>
 a { background-color: #6E86F6; }

 a { background-color: rgb(110,134,246); }

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

<style>
 span { border-color: #6E86F6; }

 span { border-color: rgb(110,134,246); }

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