#6485DA

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

Shades of Cornflower Blue #6485DA

Tints of Cornflower Blue #6485DA

Color information

#6485DA (or 0x6485DA) is unknown color: approx Cornflower Blue. HEX triplet: 64, 85 and DA. RGB value is (100,133,218). Sum of RGB (Red+Green+Blue) = 100+133+218=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #6485DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6485DA is #9B7A25. Grayscale: #848484. Windows color (decimal): -10189350 or 14320996. OLE color: 14320996.

HSL color Cylindrical-coordinate representation of color #6485DA: hue angle of 223.22º 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 #6485DA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100133218-
CMYK0.540.3900.15
HSL223.22º61.46%62.35%-
HSV(B)223.22º54.13%85.49%-
XYZ26.324.5569.68-
YUV132.82176.07104.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.17%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 218 (85.55% from 255) = 48.34%
R=22.17%
G=29.49%
B=48.34%

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
Decimal1001332180.540.3900.15223.2261.4662.35
Hex6485DA36270Fdf3d3e
Octal14420533266470173377576
Binary110010010000101110110101101101001110111111011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6485DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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