#6578F0

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

Shades of Cornflower Blue #6578F0

Tints of Cornflower Blue #6578F0

Color information

#6578F0 (or 0x6578F0) is unknown color: approx Cornflower Blue. HEX triplet: 65, 78 and F0. RGB value is (101,120,240). Sum of RGB (Red+Green+Blue) = 101+120+240=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #6578F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6578F0 is #9A870F. Grayscale: #7F7F7F. Windows color (decimal): -10127120 or 15759461. OLE color: 15759461.

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

Color convert

RGB101120240-
CMYK0.580.500.06
HSL231.8º82.25%66.86%-
HSV(B)231.8º57.92%94.12%-
XYZ27.8122.4985.31-
YUV128191.21108.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 240 (94.14% from 255) = 52.06%
R=21.91%
G=26.03%
B=52.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011202400.580.500.06231.882.2566.86
Hex6578F03A3206e85243
Octal145170360726206350122103
Binary110010111110001111000011101011001001101110100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6578F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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