#6480F7

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

Shades of Cornflower Blue #6480F7

Tints of Cornflower Blue #6480F7

Color information

#6480F7 (or 0x6480F7) is unknown color: approx Cornflower Blue. HEX triplet: 64, 80 and F7. RGB value is (100,128,247). Sum of RGB (Red+Green+Blue) = 100+128+247=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #6480F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6480F7 is #9B7F08. Grayscale: #848484. Windows color (decimal): -10190601 or 16220260. OLE color: 16220260.

HSL color Cylindrical-coordinate representation of color #6480F7: hue angle of 228.57º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6480F7 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100128247-
CMYK0.600.4800.03
HSL228.57º90.18%68.04%-
HSV(B)228.57º59.51%96.86%-
XYZ29.7624.8691.23-
YUV133.19192.22104.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 247 (96.88% from 255) = 52%
R=21.05%
G=26.95%
B=52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1001282470.600.4800.03228.5790.1868.04
Hex6480F73C3003e55a44
Octal144200367746003345132104
Binary110010010000000111101111111001100000111110010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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