#645BAB

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

Shades of Blue Marguerite #645BAB

Tints of Blue Marguerite #645BAB

Color information

#645BAB (or 0x645BAB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and AB. RGB value is (100,91,171). Sum of RGB (Red+Green+Blue) = 100+91+171=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #645BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BAB is #9BA454. Grayscale: #666666. Windows color (decimal): -10200149 or 11230052. OLE color: 11230052.

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

Color convert

RGB10091171-
CMYK0.420.4700.33
HSL246.75º32.26%51.37%-
HSV(B)246.75º46.78%67.06%-
XYZ16.3513.1340.2-
YUV102.81166.48126-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=27.62%
G=25.14%
B=47.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100911710.420.4700.33246.7532.2651.37
Hex645BAB2A2F021f72033
Octal14413325352570413674063
Binary1100100101101110101011101010101111010000111110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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