#6486DA

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

Shades of Cornflower Blue #6486DA

Tints of Cornflower Blue #6486DA

Color information

#6486DA (or 0x6486DA) is unknown color: approx Cornflower Blue. HEX triplet: 64, 86 and DA. RGB value is (100,134,218). Sum of RGB (Red+Green+Blue) = 100+134+218=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #6486DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486DA is #9B7925. Grayscale: #858585. Windows color (decimal): -10189094 or 14321252. OLE color: 14321252.

HSL color Cylindrical-coordinate representation of color #6486DA: hue angle of 222.71º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6486DA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100134218-
CMYK0.540.3900.15
HSL222.71º61.46%62.35%-
HSV(B)222.71º54.13%85.49%-
XYZ26.4424.8269.73-
YUV133.41175.74104.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.12%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 218 (85.55% from 255) = 48.23%
R=22.12%
G=29.65%
B=48.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001342180.540.3900.15222.7161.4662.35
Hex6486DA36270Fdf3d3e
Octal14420633266470173377576
Binary110010010000110110110101101101001110111111011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6486DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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