#645BAA

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

Shades of Blue Marguerite #645BAA

Tints of Blue Marguerite #645BAA

Color information

#645BAA (or 0x645BAA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5B and AA. RGB value is (100,91,170). Sum of RGB (Red+Green+Blue) = 100+91+170=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #645BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BAA is #9BA455. Grayscale: #666666. Windows color (decimal): -10200150 or 11164516. OLE color: 11164516.

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

Color convert

RGB10091170-
CMYK0.410.4600.33
HSL246.84º31.73%51.18%-
HSV(B)246.84º46.47%66.67%-
XYZ16.2513.0939.7-
YUV102.7165.98126.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=27.70%
G=25.21%
B=47.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100911700.410.4600.33246.8431.7351.18
Hex645BAA292E021f72033
Octal14413325251560413674063
Binary1100100101101110101010101001101110010000111110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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