#649FF1

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

Shades of Cornflower Blue #649FF1

Tints of Cornflower Blue #649FF1

Color information

#649FF1 (or 0x649FF1) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9F and F1. RGB value is (100,159,241). Sum of RGB (Red+Green+Blue) = 100+159+241=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #649FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FF1 is #9B600E. Grayscale: #969696. Windows color (decimal): -10182671 or 15834980. OLE color: 15834980.

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

Color convert

RGB100159241-
CMYK0.590.3400.05
HSL214.89º83.43%66.86%-
HSV(B)214.89º58.51%94.51%-
XYZ33.5333.8687.99-
YUV150.71178.9591.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=20%
G=31.8%
B=48.2%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001592410.590.3400.05214.8983.4366.86
Hex649FF13B2205d75343
Octal144237361734205327123103
Binary1100100100111111111000111101110001001011101011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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