#6C86FB

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

Shades of Cornflower Blue #6C86FB

Tints of Cornflower Blue #6C86FB

Color information

#6C86FB (or 0x6C86FB) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 86 and FB. RGB value is (108,134,251). Sum of RGB (Red+Green+Blue) = 108+134+251=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C86FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C86FB is #937904. Grayscale: #8B8B8B. Windows color (decimal): -9664773 or 16483948. OLE color: 16483948.

HSL color Cylindrical-coordinate representation of color #6C86FB: hue angle of 229.09º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C86FB is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108134251-
CMYK0.570.4700.02
HSL229.09º94.7%70.39%-
HSV(B)229.09º56.97%98.43%-
XYZ32.1227.294.82-
YUV139.56190.89105.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.91%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 251 (98.44% from 255) = 50.91%
R=21.91%
G=27.18%
B=50.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081342510.570.4700.02229.0994.770.39
Hex6C86FB392F02e55f46
Octal154206373715702345137106
Binary110110010000110111110111110011011110101110010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C86FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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