#649DFD

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

Shades of Cornflower Blue #649DFD

Tints of Cornflower Blue #649DFD

Color information

#649DFD (or 0x649DFD) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9D and FD. RGB value is (100,157,253). Sum of RGB (Red+Green+Blue) = 100+157+253=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #649DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649DFD is #9B6202. Grayscale: #969696. Windows color (decimal): -10183171 or 16620900. OLE color: 16620900.

HSL color Cylindrical-coordinate representation of color #649DFD: hue angle of 217.65º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649DFD is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100157253-
CMYK0.600.3800.01
HSL217.65º97.45%69.22%-
HSV(B)217.65º60.47%99.22%-
XYZ35.0433.9297.63-
YUV150.9185.6291.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.61%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=19.61%
G=30.78%
B=49.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001572530.600.3800.01217.6597.4569.22
Hex649DFD3C2601da6145
Octal144235375744601332141105
Binary11001001001110111111101111100100110011101101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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