#649ae0

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

Shades of Cornflower Blue #649AE0

Tints of Cornflower Blue #649AE0

Color information

#649AE0 (or 0x649AE0) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9A and E0. RGB value is (100,154,224). Sum of RGB (Red+Green+Blue) = 100+154+224=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #649AE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649AE0 is #9B651F. Grayscale: #919191. Windows color (decimal): -10183968 or 14719588. OLE color: 14719588.

HSL color Cylindrical-coordinate representation of color #649AE0: hue angle of 213.87º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649AE0 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB100154224-
CMYK0.550.3100.12
HSL213.87º66.67%63.53%-
HSV(B)213.87º55.36%87.84%-
XYZ30.2731.274.95-
YUV145.83172.1195.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 224 (87.89% from 255) = 46.86%
R=20.92%
G=32.22%
B=46.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1001542240.550.3100.12213.8766.6763.53
Hex649AE0371F0Cd64340
Octal1442323406737014326103100
Binary1100100100110101110000011011111111011001101011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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