#649EEF

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

Shades of Cornflower Blue #649EEF

Tints of Cornflower Blue #649EEF

Color information

#649EEF (or 0x649EEF) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9E and EF. RGB value is (100,158,239). Sum of RGB (Red+Green+Blue) = 100+158+239=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #649EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EEF is #9B6110. Grayscale: #959595. Windows color (decimal): -10182929 or 15703652. OLE color: 15703652.

HSL color Cylindrical-coordinate representation of color #649EEF: hue angle of 214.96º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649EEF is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB100158239-
CMYK0.580.3400.06
HSL214.96º81.29%66.47%-
HSV(B)214.96º58.16%93.73%-
XYZ33.0633.486.36-
YUV149.89178.2892.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.12%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 239 (93.75% from 255) = 48.09%
R=20.12%
G=31.79%
B=48.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1001582390.580.3400.06214.9681.2966.47
Hex649EEF3A2206d75142
Octal144236357724206327121102
Binary1100100100111101110111111101010001001101101011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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