#649CFD

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

Shades of Cornflower Blue #649CFD

Tints of Cornflower Blue #649CFD

Color information

#649CFD (or 0x649CFD) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9C and FD. RGB value is (100,156,253). Sum of RGB (Red+Green+Blue) = 100+156+253=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #649CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CFD is #9B6302. Grayscale: #959595. Windows color (decimal): -10183427 or 16620644. OLE color: 16620644.

HSL color Cylindrical-coordinate representation of color #649CFD: hue angle of 218.04º 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 #649CFD is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100156253-
CMYK0.600.3800.01
HSL218.04º97.45%69.22%-
HSV(B)218.04º60.47%99.22%-
XYZ34.8733.5897.57-
YUV150.31185.9592.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 253 (99.22% from 255) = 49.71%
R=19.65%
G=30.65%
B=49.71%

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
Decimal1001562530.600.3800.01218.0497.4569.22
Hex649CFD3C2601da6145
Octal144234375744601332141105
Binary11001001001110011111101111100100110011101101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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