#649BF2

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

Shades of Cornflower Blue #649BF2

Tints of Cornflower Blue #649BF2

Color information

#649BF2 (or 0x649BF2) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9B and F2. RGB value is (100,155,242). Sum of RGB (Red+Green+Blue) = 100+155+242=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #649BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BF2 is #9B640D. Grayscale: #949494. Windows color (decimal): -10183694 or 15899492. OLE color: 15899492.

HSL color Cylindrical-coordinate representation of color #649BF2: hue angle of 216.76º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #649BF2 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100155242-
CMYK0.590.3600.05
HSL216.76º84.52%67.06%-
HSV(B)216.76º58.68%94.9%-
XYZ3332.5688.55-
YUV148.47180.7893.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.12%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 242 (94.92% from 255) = 48.69%
R=20.12%
G=31.19%
B=48.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001552420.590.3600.05216.7684.5267.06
Hex649BF23B2405d95543
Octal144233362734405331125103
Binary1100100100110111111001011101110010001011101100110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,242); }

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

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

 a { background-color: rgb(100,155,242); }

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

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

 span { border-color: rgb(100,155,242); }

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