#649CE3

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

Shades of Cornflower Blue #649CE3

Tints of Cornflower Blue #649CE3

Color information

#649CE3 (or 0x649CE3) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9C and E3. RGB value is (100,156,227). Sum of RGB (Red+Green+Blue) = 100+156+227=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #649CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CE3 is #9B631C. Grayscale: #939393. Windows color (decimal): -10183453 or 14916708. OLE color: 14916708.

HSL color Cylindrical-coordinate representation of color #649CE3: hue angle of 213.54º 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 #649CE3 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB100156227-
CMYK0.560.3100.11
HSL213.54º69.4%64.12%-
HSV(B)213.54º55.95%89.02%-
XYZ31.0132.0377.22-
YUV147.35172.9594.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.70%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 227 (89.06% from 255) = 47.00%
R=20.70%
G=32.30%
B=47.00%

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
Decimal1001562270.560.3100.11213.5469.464.12
Hex649CE3381F0Bd64540
Octal1442343437037013326105100
Binary1100100100111001110001111100011111010111101011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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