#645CAB

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

Shades of Blue Marguerite #645CAB

Tints of Blue Marguerite #645CAB

Color information

#645CAB (or 0x645CAB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5C and AB. RGB value is (100,92,171). Sum of RGB (Red+Green+Blue) = 100+92+171=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #645CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645CAB is #9BA354. Grayscale: #676767. Windows color (decimal): -10199893 or 11230308. OLE color: 11230308.

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

Color convert

RGB10092171-
CMYK0.420.4600.33
HSL246.08º31.98%51.57%-
HSV(B)246.08º46.2%67.06%-
XYZ16.4313.340.23-
YUV103.4166.15125.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=27.55%
G=25.34%
B=47.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100921710.420.4600.33246.0831.9851.57
Hex645CAB2A2E021f62034
Octal14413425352560413664064
Binary1100100101110010101011101010101110010000111110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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