#649EE3

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

Shades of Cornflower Blue #649EE3

Tints of Cornflower Blue #649EE3

Color information

#649EE3 (or 0x649EE3) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9E and E3. RGB value is (100,158,227). Sum of RGB (Red+Green+Blue) = 100+158+227=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #649EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649EE3 is #9B611C. Grayscale: #949494. Windows color (decimal): -10182941 or 14917220. OLE color: 14917220.

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

Color convert

RGB100158227-
CMYK0.560.3000.11
HSL212.6º69.4%64.12%-
HSV(B)212.6º55.95%89.02%-
XYZ31.3532.7177.33-
YUV148.52172.2893.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.62%
GREEN value IS 158 (62.11% from 255) = 32.58%
BLUE value IS 227 (89.06% from 255) = 46.80%
R=20.62%
G=32.58%
B=46.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1001582270.560.3000.11212.669.464.12
Hex649EE3381E0Bd54540
Octal1442363437036013325105100
Binary1100100100111101110001111100011110010111101010110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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