#649DE9

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

Shades of Cornflower Blue #649DE9

Tints of Cornflower Blue #649DE9

Color information

#649DE9 (or 0x649DE9) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9D and E9. RGB value is (100,157,233). Sum of RGB (Red+Green+Blue) = 100+157+233=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #649DE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649DE9 is #9B6216. Grayscale: #949494. Windows color (decimal): -10183191 or 15310180. OLE color: 15310180.

HSL color Cylindrical-coordinate representation of color #649DE9: hue angle of 214.29º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649DE9 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB100157233-
CMYK0.570.3300.09
HSL214.29º75.14%65.29%-
HSV(B)214.29º57.08%91.37%-
XYZ32.0232.7181.72-
YUV148.62175.6293.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.41%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 233 (91.41% from 255) = 47.55%
R=20.41%
G=32.04%
B=47.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1001572330.570.3300.09214.2975.1465.29
Hex649DE9392109d64b41
Octal1442353517141011326113101
Binary11001001001110111101001111001100001010011101011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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