#649DE3

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

Shades of Cornflower Blue #649DE3

Tints of Cornflower Blue #649DE3

Color information

#649DE3 (or 0x649DE3) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9D and E3. RGB value is (100,157,227). Sum of RGB (Red+Green+Blue) = 100+157+227=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #649DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DE3 is #9B621C. Grayscale: #939393. Windows color (decimal): -10183197 or 14916964. OLE color: 14916964.

HSL color Cylindrical-coordinate representation of color #649DE3: hue angle of 213.07º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649DE3 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB100157227-
CMYK0.560.3100.11
HSL213.07º69.4%64.12%-
HSV(B)213.07º55.95%89.02%-
XYZ31.1832.3777.28-
YUV147.94172.6293.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.66%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 227 (89.06% from 255) = 46.90%
R=20.66%
G=32.44%
B=46.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1001572270.560.3100.11213.0769.464.12
Hex649DE3381F0Bd54540
Octal1442353437037013325105100
Binary1100100100111011110001111100011111010111101010110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,157,227); }

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

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

 a { background-color: rgb(100,157,227); }

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

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

 span { border-color: rgb(100,157,227); }

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