#6582F0

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

Shades of Cornflower Blue #6582F0

Tints of Cornflower Blue #6582F0

Color information

#6582F0 (or 0x6582F0) is unknown color: approx Cornflower Blue. HEX triplet: 65, 82 and F0. RGB value is (101,130,240). Sum of RGB (Red+Green+Blue) = 101+130+240=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #6582F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582F0 is #9A7D0F. Grayscale: #858585. Windows color (decimal): -10124560 or 15762021. OLE color: 15762021.

HSL color Cylindrical-coordinate representation of color #6582F0: hue angle of 227.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6582F0 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101130240-
CMYK0.580.4600.06
HSL227.48º82.25%66.86%-
HSV(B)227.48º57.92%94.12%-
XYZ29.0825.0285.74-
YUV133.87187.89104.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 240 (94.14% from 255) = 50.96%
R=21.44%
G=27.60%
B=50.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011302400.580.4600.06227.4882.2566.86
Hex6582F03A2E06e35243
Octal145202360725606343122103
Binary1100101100000101111000011101010111001101110001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6582F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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