#645FAB

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

Shades of Blue Marguerite #645FAB

Tints of Blue Marguerite #645FAB

Color information

#645FAB (or 0x645FAB) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5F and AB. RGB value is (100,95,171). Sum of RGB (Red+Green+Blue) = 100+95+171=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #645FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645FAB is #9BA054. Grayscale: #686868. Windows color (decimal): -10199125 or 11231076. OLE color: 11231076.

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

Color convert

RGB10095171-
CMYK0.420.4400.33
HSL243.95º31.15%52.16%-
HSV(B)243.95º44.44%67.06%-
XYZ16.713.8340.32-
YUV105.16165.16124.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=27.32%
G=25.96%
B=46.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100951710.420.4400.33243.9531.1552.16
Hex645FAB2A2C021f41f34
Octal14413725352540413643764
Binary110010010111111010101110101010110001000011111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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