#6583F0

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

Shades of Cornflower Blue #6583F0

Tints of Cornflower Blue #6583F0

Color information

#6583F0 (or 0x6583F0) is unknown color: approx Cornflower Blue. HEX triplet: 65, 83 and F0. RGB value is (101,131,240). Sum of RGB (Red+Green+Blue) = 101+131+240=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #6583F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6583F0 is #9A7C0F. Grayscale: #858585. Windows color (decimal): -10124304 or 15762277. OLE color: 15762277.

HSL color Cylindrical-coordinate representation of color #6583F0: hue angle of 227.05º 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 #6583F0 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101131240-
CMYK0.580.4500.06
HSL227.05º82.25%66.86%-
HSV(B)227.05º57.92%94.12%-
XYZ29.2125.2985.78-
YUV134.46187.56104.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.40%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 240 (94.14% from 255) = 50.85%
R=21.40%
G=27.75%
B=50.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011312400.580.4500.06227.0582.2566.86
Hex6583F03A2D06e35243
Octal145203360725506343122103
Binary1100101100000111111000011101010110101101110001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6583F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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