#645BAD

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

Shades of Blue Marguerite #645BAD

Tints of Blue Marguerite #645BAD

Color information

#645BAD (or 0x645BAD) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and AD. RGB value is (100,91,173). Sum of RGB (Red+Green+Blue) = 100+91+173=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #645BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BAD is #9BA452. Grayscale: #666666. Windows color (decimal): -10200147 or 11361124. OLE color: 11361124.

HSL color Cylindrical-coordinate representation of color #645BAD: hue angle of 246.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #645BAD is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10091173-
CMYK0.420.4700.32
HSL246.59º33.33%51.76%-
HSV(B)246.59º47.4%67.84%-
XYZ16.5413.2141.21-
YUV103.04167.48125.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=27.47%
G=25%
B=47.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100911730.420.4700.32246.5933.3351.76
Hex645BAD2A2F020f72134
Octal14413325552570403674164
Binary1100100101101110101101101010101111010000011110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,91,173); }

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

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

 a { background-color: rgb(100,91,173); }

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

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

 span { border-color: rgb(100,91,173); }

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