#6585EA

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

Shades of Cornflower Blue #6585EA

Tints of Cornflower Blue #6585EA

Color information

#6585EA (or 0x6585EA) is unknown color: approx Cornflower Blue. HEX triplet: 65, 85 and EA. RGB value is (101,133,234). Sum of RGB (Red+Green+Blue) = 101+133+234=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #6585EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6585EA is #9A7A15. Grayscale: #868686. Windows color (decimal): -10123798 or 15369573. OLE color: 15369573.

HSL color Cylindrical-coordinate representation of color #6585EA: hue angle of 225.56º 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 #6585EA is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101133234-
CMYK0.570.4300.08
HSL225.56º76%65.69%-
HSV(B)225.56º56.84%91.76%-
XYZ28.6125.4881.25-
YUV134.95183.9103.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.58%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 234 (91.80% from 255) = 50%
R=21.58%
G=28.42%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011332340.570.4300.08225.567665.69
Hex6585EA392B08e24c42
Octal1452053527153010342114102
Binary11001011000010111101010111001101011010001110001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6585EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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