#645EBC

Color #645EBC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #645EBC

Tints of Blue Marguerite #645EBC

Color information

#645EBC (or 0x645EBC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and BC. RGB value is (100,94,188). Sum of RGB (Red+Green+Blue) = 100+94+188=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #645EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645EBC is #9BA143. Grayscale: #6A6A6A. Windows color (decimal): -10199364 or 12344932. OLE color: 12344932.

HSL color Cylindrical-coordinate representation of color #645EBC: hue angle of 243.83º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #645EBC is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10094188-
CMYK0.470.5000.26
HSL243.83º41.23%55.29%-
HSV(B)243.83º50%73.73%-
XYZ18.3414.3549.38-
YUV106.51173.99123.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 94 (37.11% from 255) = 24.61%
BLUE value IS 188 (73.83% from 255) = 49.21%
R=26.18%
G=24.61%
B=49.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100941880.470.5000.26243.8341.2355.29
Hex645EBC2F3201Af42937
Octal14413627457620323645167
Binary110010010111101011110010111111001001101011110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645EBC; }

 p { color: rgb(100,94,188); }

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

<style>
 a { background-color: #645EBC; }

 a { background-color: rgb(100,94,188); }

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

<style>
 span { border-color: #645EBC; }

 span { border-color: rgb(100,94,188); }

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