#649FED

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

Shades of Cornflower Blue #649FED

Tints of Cornflower Blue #649FED

Color information

#649FED (or 0x649FED) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9F and ED. RGB value is (100,159,237). Sum of RGB (Red+Green+Blue) = 100+159+237=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #649FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FED is #9B6012. Grayscale: #959595. Windows color (decimal): -10182675 or 15572836. OLE color: 15572836.

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

Color convert

RGB100159237-
CMYK0.580.3300.07
HSL214.16º79.19%66.08%-
HSV(B)214.16º57.81%92.94%-
XYZ32.9433.6284.87-
YUV150.25176.9592.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=20.16%
G=32.06%
B=47.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001592370.580.3300.07214.1679.1966.08
Hex649FED3A2107d64f42
Octal144237355724107326117102
Binary1100100100111111110110111101010000101111101011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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