#6A86FD

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

Shades of Cornflower Blue #6A86FD

Tints of Cornflower Blue #6A86FD

Color information

#6A86FD (or 0x6A86FD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 86 and FD. RGB value is (106,134,253). Sum of RGB (Red+Green+Blue) = 106+134+253=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A86FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A86FD is #957902. Grayscale: #8A8A8A. Windows color (decimal): -9795843 or 16615018. OLE color: 16615018.

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

Color convert

RGB106134253-
CMYK0.580.4700.01
HSL228.57º97.35%70.39%-
HSV(B)228.57º58.1%99.22%-
XYZ32.227.2196.48-
YUV139.19192.22104.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.50%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=21.50%
G=27.18%
B=51.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061342530.580.4700.01228.5797.3570.39
Hex6A86FD3A2F01e56146
Octal152206375725701345141106
Binary11010101000011011111101111010101111011110010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,253); }

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

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

 a { background-color: rgb(106,134,253); }

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

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

 span { border-color: rgb(106,134,253); }

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