#6582FA

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

Shades of Cornflower Blue #6582FA

Tints of Cornflower Blue #6582FA

Color information

#6582FA (or 0x6582FA) is unknown color: approx Cornflower Blue. HEX triplet: 65, 82 and FA. RGB value is (101,130,250). Sum of RGB (Red+Green+Blue) = 101+130+250=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #6582FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582FA is #9A7D05. Grayscale: #868686. Windows color (decimal): -10124550 or 16417381. OLE color: 16417381.

HSL color Cylindrical-coordinate representation of color #6582FA: hue angle of 228.32º 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 #6582FA is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101130250-
CMYK0.600.4800.02
HSL228.32º93.71%68.82%-
HSV(B)228.32º59.6%98.04%-
XYZ30.625.6393.78-
YUV135.01192.89103.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=21.00%
G=27.03%
B=51.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011302500.600.4800.02228.3293.7168.82
Hex6582FA3C3002e45e45
Octal145202372746002344136105
Binary110010110000010111110101111001100000101110010010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6582FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,130,250); }

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

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

 a { background-color: rgb(101,130,250); }

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

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

 span { border-color: rgb(101,130,250); }

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