#649DDE

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

Shades of Cornflower Blue #649DDE

Tints of Cornflower Blue #649DDE

Color information

#649DDE (or 0x649DDE) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9D and DE. RGB value is (100,157,222). Sum of RGB (Red+Green+Blue) = 100+157+222=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #649DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DDE is #9B6221. Grayscale: #939393. Windows color (decimal): -10183202 or 14589284. OLE color: 14589284.

HSL color Cylindrical-coordinate representation of color #649DDE: hue angle of 211.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649DDE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100157222-
CMYK0.550.2900.13
HSL211.97º64.89%63.14%-
HSV(B)211.97º54.95%87.06%-
XYZ30.532.173.7-
YUV147.37170.1294.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.88%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=20.88%
G=32.78%
B=46.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001572220.550.2900.13211.9764.8963.14
Hex649DDE371D0Dd4413f
Octal144235336673501532410177
Binary110010010011101110111101101111110101101110101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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