#645EBB

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

Shades of Blue Marguerite #645EBB

Tints of Blue Marguerite #645EBB

Color information

#645EBB (or 0x645EBB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and BB. RGB value is (100,94,187). Sum of RGB (Red+Green+Blue) = 100+94+187=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #645EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645EBB is #9BA144. Grayscale: #6A6A6A. Windows color (decimal): -10199365 or 12279396. OLE color: 12279396.

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

Color convert

RGB10094187-
CMYK0.470.5000.27
HSL243.87º40.61%55.1%-
HSV(B)243.87º49.73%73.33%-
XYZ18.2314.348.81-
YUV106.4173.49123.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=26.25%
G=24.67%
B=49.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100941870.470.5000.27243.8740.6155.1
Hex645EBB2F3201Bf42937
Octal14413627357620333645167
Binary110010010111101011101110111111001001101111110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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