#6D86FB

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

Shades of Cornflower Blue #6D86FB

Tints of Cornflower Blue #6D86FB

Color information

#6D86FB (or 0x6D86FB) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 86 and FB. RGB value is (109,134,251). Sum of RGB (Red+Green+Blue) = 109+134+251=494 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.06% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D86FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D86FB is #927904. Grayscale: #8B8B8B. Windows color (decimal): -9599237 or 16483949. OLE color: 16483949.

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

Color convert

RGB109134251-
CMYK0.570.4700.02
HSL229.44º94.67%70.59%-
HSV(B)229.44º56.57%98.43%-
XYZ32.2427.2794.83-
YUV139.86190.72105.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.06%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=22.06%
G=27.13%
B=50.81%

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
Decimal1091342510.570.4700.02229.4494.6770.59
Hex6D86FB392F02e55f47
Octal155206373715702345137107
Binary110110110000110111110111110011011110101110010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D86FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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