#6580E8

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

Shades of Cornflower Blue #6580E8

Tints of Cornflower Blue #6580E8

Color information

#6580E8 (or 0x6580E8) is unknown color: approx Cornflower Blue. HEX triplet: 65, 80 and E8. RGB value is (101,128,232). Sum of RGB (Red+Green+Blue) = 101+128+232=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #6580E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6580E8 is #9A7F17. Grayscale: #838383. Windows color (decimal): -10125080 or 15237221. OLE color: 15237221.

HSL color Cylindrical-coordinate representation of color #6580E8: hue angle of 227.63º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6580E8 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101128232-
CMYK0.560.4500.09
HSL227.63º74.01%65.29%-
HSV(B)227.63º56.47%90.98%-
XYZ27.6524.0379.53-
YUV131.78184.55106.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 232 (91.02% from 255) = 50.33%
R=21.91%
G=27.77%
B=50.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1011282320.560.4500.09227.6374.0165.29
Hex6580E8382D09e44a41
Octal1452003507055011344112101
Binary11001011000000011101000111000101101010011110010010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6580E8; }

 p { color: rgb(101,128,232); }

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

<style>
 a { background-color: #6580E8; }

 a { background-color: rgb(101,128,232); }

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

<style>
 span { border-color: #6580E8; }

 span { border-color: rgb(101,128,232); }

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