#6480FA

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

Shades of Cornflower Blue #6480FA

Tints of Cornflower Blue #6480FA

Color information

#6480FA (or 0x6480FA) is unknown color: approx Cornflower Blue. HEX triplet: 64, 80 and FA. RGB value is (100,128,250). Sum of RGB (Red+Green+Blue) = 100+128+250=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #6480FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6480FA is #9B7F05. Grayscale: #858585. Windows color (decimal): -10190598 or 16416868. OLE color: 16416868.

HSL color Cylindrical-coordinate representation of color #6480FA: hue angle of 228.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6480FA is Cyan = 0.6, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100128250-
CMYK0.60.4900.02
HSL228.8º93.75%68.63%-
HSV(B)228.8º60%98.04%-
XYZ30.2325.0593.68-
YUV133.54193.72104.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 250 (98.05% from 255) = 52.30%
R=20.92%
G=26.78%
B=52.30%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1001282500.60.4900.02228.893.7568.63
Hex6480FA3C3102e55e45
Octal144200372746102345136105
Binary110010010000000111110101111001100010101110010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6480FA; }

 p { color: rgb(100,128,250); }

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

<style>
 a { background-color: #6480FA; }

 a { background-color: rgb(100,128,250); }

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

<style>
 span { border-color: #6480FA; }

 span { border-color: rgb(100,128,250); }

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