#6580FE

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

Shades of Cornflower Blue #6580FE

Tints of Cornflower Blue #6580FE

Color information

#6580FE (or 0x6580FE) is unknown color: approx Cornflower Blue. HEX triplet: 65, 80 and FE. RGB value is (101,128,254). Sum of RGB (Red+Green+Blue) = 101+128+254=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #6580FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6580FE is #9A7F01. Grayscale: #858585. Windows color (decimal): -10125058 or 16679013. OLE color: 16679013.

HSL color Cylindrical-coordinate representation of color #6580FE: hue angle of 229.41º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6580FE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101128254-
CMYK0.600.5000.00
HSL229.41º98.71%69.61%-
HSV(B)229.41º60.24%99.61%-
XYZ30.9825.3697.03-
YUV134.29195.55104.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.91%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 254 (99.61% from 255) = 52.59%
R=20.91%
G=26.50%
B=52.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1011282540.600.5000.00229.4198.7169.61
Hex6580FE3C3200e56346
Octal145200376746200345143106
Binary11001011000000011111110111100110010001110010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6580FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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