#6582F5

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

Shades of Cornflower Blue #6582F5

Tints of Cornflower Blue #6582F5

Color information

#6582F5 (or 0x6582F5) is unknown color: approx Cornflower Blue. HEX triplet: 65, 82 and F5. RGB value is (101,130,245). Sum of RGB (Red+Green+Blue) = 101+130+245=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #6582F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582F5 is #9A7D0A. Grayscale: #858585. Windows color (decimal): -10124555 or 16089701. OLE color: 16089701.

HSL color Cylindrical-coordinate representation of color #6582F5: hue angle of 227.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6582F5 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB101130245-
CMYK0.590.4700.04
HSL227.92º87.8%67.84%-
HSV(B)227.92º58.78%96.08%-
XYZ29.8325.3289.7-
YUV134.44190.39104.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.22%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 245 (96.09% from 255) = 51.47%
R=21.22%
G=27.31%
B=51.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1011302450.590.4700.04227.9287.867.84
Hex6582F53B2F04e45844
Octal145202365735704344130104
Binary1100101100000101111010111101110111101001110010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6582F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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