#649FEF

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

Shades of Cornflower Blue #649FEF

Tints of Cornflower Blue #649FEF

Color information

#649FEF (or 0x649FEF) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9F and EF. RGB value is (100,159,239). Sum of RGB (Red+Green+Blue) = 100+159+239=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #649FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FEF is #9B6010. Grayscale: #969696. Windows color (decimal): -10182673 or 15703908. OLE color: 15703908.

HSL color Cylindrical-coordinate representation of color #649FEF: hue angle of 214.53º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649FEF is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB100159239-
CMYK0.580.3300.06
HSL214.53º81.29%66.47%-
HSV(B)214.53º58.16%93.73%-
XYZ33.2333.7486.42-
YUV150.48177.9592-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.08%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 239 (93.75% from 255) = 47.99%
R=20.08%
G=31.93%
B=47.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1001592390.580.3300.06214.5381.2966.47
Hex649FEF3A2106d75142
Octal144237357724106327121102
Binary1100100100111111110111111101010000101101101011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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