#649DEF

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

Shades of Cornflower Blue #649DEF

Tints of Cornflower Blue #649DEF

Color information

#649DEF (or 0x649DEF) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9D and EF. RGB value is (100,157,239). Sum of RGB (Red+Green+Blue) = 100+157+239=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #649DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649DEF is #9B6210. Grayscale: #949494. Windows color (decimal): -10183185 or 15703396. OLE color: 15703396.

HSL color Cylindrical-coordinate representation of color #649DEF: hue angle of 215.4º 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 #649DEF is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB100157239-
CMYK0.580.3400.06
HSL215.4º81.29%66.47%-
HSV(B)215.4º58.16%93.73%-
XYZ32.8933.0686.31-
YUV149.3178.6292.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 239 (93.75% from 255) = 48.19%
R=20.16%
G=31.65%
B=48.19%

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
Decimal1001572390.580.3400.06215.481.2966.47
Hex649DEF3A2206d75142
Octal144235357724206327121102
Binary1100100100111011110111111101010001001101101011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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