#649BF1

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

Shades of Cornflower Blue #649BF1

Tints of Cornflower Blue #649BF1

Color information

#649BF1 (or 0x649BF1) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9B and F1. RGB value is (100,155,241). Sum of RGB (Red+Green+Blue) = 100+155+241=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #649BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BF1 is #9B640E. Grayscale: #939393. Windows color (decimal): -10183695 or 15833956. OLE color: 15833956.

HSL color Cylindrical-coordinate representation of color #649BF1: hue angle of 216.6º degrees, saturation: 0.83, 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 #649BF1 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100155241-
CMYK0.590.3600.05
HSL216.6º83.43%66.86%-
HSV(B)216.6º58.51%94.51%-
XYZ32.8532.587.76-
YUV148.36180.2893.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 241 (94.53% from 255) = 48.59%
R=20.16%
G=31.25%
B=48.59%

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
Decimal1001552410.590.3600.05216.683.4366.86
Hex649BF13B2405d95343
Octal144233361734405331123103
Binary1100100100110111111000111101110010001011101100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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