#649EF6

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

Shades of Cornflower Blue #649EF6

Tints of Cornflower Blue #649EF6

Color information

#649EF6 (or 0x649EF6) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9E and F6. RGB value is (100,158,246). Sum of RGB (Red+Green+Blue) = 100+158+246=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #649EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EF6 is #9B6109. Grayscale: #969696. Windows color (decimal): -10182922 or 16162404. OLE color: 16162404.

HSL color Cylindrical-coordinate representation of color #649EF6: hue angle of 216.16º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #649EF6 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB100158246-
CMYK0.590.3600.04
HSL216.16º89.02%67.84%-
HSV(B)216.16º59.35%96.47%-
XYZ34.1233.8291.92-
YUV150.69181.7891.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.84%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 246 (96.48% from 255) = 48.81%
R=19.84%
G=31.35%
B=48.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1001582460.590.3600.04216.1689.0267.84
Hex649EF63B2404d85944
Octal144236366734404330131104
Binary1100100100111101111011011101110010001001101100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,158,246); }

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

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

 a { background-color: rgb(100,158,246); }

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

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

 span { border-color: rgb(100,158,246); }

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