#6486FD

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

Shades of Cornflower Blue #6486FD

Tints of Cornflower Blue #6486FD

Color information

#6486FD (or 0x6486FD) is unknown color: approx Cornflower Blue. HEX triplet: 64, 86 and FD. RGB value is (100,134,253). Sum of RGB (Red+Green+Blue) = 100+134+253=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #6486FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6486FD is #9B7902. Grayscale: #888888. Windows color (decimal): -10189059 or 16615012. OLE color: 16615012.

HSL color Cylindrical-coordinate representation of color #6486FD: hue angle of 226.67º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6486FD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100134253-
CMYK0.600.4700.01
HSL226.67º97.45%69.22%-
HSV(B)226.67º60.47%99.22%-
XYZ31.5126.8596.45-
YUV137.4193.24101.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.53%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 253 (99.22% from 255) = 51.95%
R=20.53%
G=27.52%
B=51.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001342530.600.4700.01226.6797.4569.22
Hex6486FD3C2F01e36145
Octal144206375745701343141105
Binary11001001000011011111101111100101111011110001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6486FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6486FD; }

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

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

<style>
 a { background-color: #6486FD; }

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

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

<style>
 span { border-color: #6486FD; }

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

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