#6C86FE

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

Shades of Cornflower Blue #6C86FE

Tints of Cornflower Blue #6C86FE

Color information

#6C86FE (or 0x6C86FE) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 86 and FE. RGB value is (108,134,254). Sum of RGB (Red+Green+Blue) = 108+134+254=496 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.77% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C86FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C86FE is #937901. Grayscale: #8B8B8B. Windows color (decimal): -9664770 or 16680556. OLE color: 16680556.

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

Color convert

RGB108134254-
CMYK0.570.4700.00
HSL229.32º98.65%70.98%-
HSV(B)229.32º57.48%99.61%-
XYZ32.627.3997.34-
YUV139.91192.39105.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.77%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=21.77%
G=27.02%
B=51.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1081342540.570.4700.00229.3298.6570.98
Hex6C86FE392F00e56347
Octal154206376715700345143107
Binary11011001000011011111110111001101111001110010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C86FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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