#6582EA

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

Shades of Cornflower Blue #6582EA

Tints of Cornflower Blue #6582EA

Color information

#6582EA (or 0x6582EA) is unknown color: approx Cornflower Blue. HEX triplet: 65, 82 and EA. RGB value is (101,130,234). Sum of RGB (Red+Green+Blue) = 101+130+234=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #6582EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582EA is #9A7D15. Grayscale: #848484. Windows color (decimal): -10124566 or 15368805. OLE color: 15368805.

HSL color Cylindrical-coordinate representation of color #6582EA: hue angle of 226.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6582EA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101130234-
CMYK0.570.4400.08
HSL226.92º76%65.69%-
HSV(B)226.92º56.84%91.76%-
XYZ28.224.6781.12-
YUV133.18184.89105.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.72%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 234 (91.80% from 255) = 50.32%
R=21.72%
G=27.96%
B=50.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011302340.570.4400.08226.927665.69
Hex6582EA392C08e34c42
Octal1452023527154010343114102
Binary11001011000001011101010111001101100010001110001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6582EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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