#645EAF

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

Shades of Blue Marguerite #645EAF

Tints of Blue Marguerite #645EAF

Color information

#645EAF (or 0x645EAF) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5E and AF. RGB value is (100,94,175). Sum of RGB (Red+Green+Blue) = 100+94+175=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #645EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EAF is #9BA150. Grayscale: #686868. Windows color (decimal): -10199377 or 11492964. OLE color: 11492964.

HSL color Cylindrical-coordinate representation of color #645EAF: hue angle of 244.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #645EAF is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10094175-
CMYK0.430.4600.31
HSL244.44º33.61%52.75%-
HSV(B)244.44º46.29%68.63%-
XYZ1713.8142.33-
YUV105.03167.49124.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=27.10%
G=25.47%
B=47.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100941750.430.4600.31244.4433.6152.75
Hex645EAF2B2E01Ff42235
Octal14413625753560373644265
Binary110010010111101010111110101110111001111111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,175); }

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

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

 a { background-color: rgb(100,94,175); }

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

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

 span { border-color: rgb(100,94,175); }

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