#649AED

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

Shades of Cornflower Blue #649AED

Tints of Cornflower Blue #649AED

Color information

#649AED (or 0x649AED) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9A and ED. RGB value is (100,154,237). Sum of RGB (Red+Green+Blue) = 100+154+237=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #649AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AED is #9B6512. Grayscale: #929292. Windows color (decimal): -10183955 or 15571556. OLE color: 15571556.

HSL color Cylindrical-coordinate representation of color #649AED: hue angle of 216.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649AED is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB100154237-
CMYK0.580.3500.07
HSL216.35º79.19%66.08%-
HSV(B)216.35º57.81%92.94%-
XYZ32.131.9384.59-
YUV147.32178.6194.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.37%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=20.37%
G=31.36%
B=48.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001542370.580.3500.07216.3579.1966.08
Hex649AED3A2307d84f42
Octal144232355724307330117102
Binary1100100100110101110110111101010001101111101100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649AED; }

 p { color: rgb(100,154,237); }

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

<style>
 a { background-color: #649AED; }

 a { background-color: rgb(100,154,237); }

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

<style>
 span { border-color: #649AED; }

 span { border-color: rgb(100,154,237); }

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