#649DED

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

Shades of Cornflower Blue #649DED

Tints of Cornflower Blue #649DED

Color information

#649DED (or 0x649DED) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9D and ED. RGB value is (100,157,237). Sum of RGB (Red+Green+Blue) = 100+157+237=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #649DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649DED is #9B6212. Grayscale: #949494. Windows color (decimal): -10183187 or 15572324. OLE color: 15572324.

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

Color convert

RGB100157237-
CMYK0.580.3400.07
HSL215.04º79.19%66.08%-
HSV(B)215.04º57.81%92.94%-
XYZ32.632.9484.76-
YUV149.08177.6293-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.24%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=20.24%
G=31.78%
B=47.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1001572370.580.3400.07215.0479.1966.08
Hex649DED3A2207d74f42
Octal144235355724207327117102
Binary1100100100111011110110111101010001001111101011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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