#645CAF

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

Shades of Blue Marguerite #645CAF

Tints of Blue Marguerite #645CAF

Color information

#645CAF (or 0x645CAF) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5C and AF. RGB value is (100,92,175). Sum of RGB (Red+Green+Blue) = 100+92+175=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #645CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645CAF is #9BA350. Grayscale: #676767. Windows color (decimal): -10199889 or 11492452. OLE color: 11492452.

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

Color convert

RGB10092175-
CMYK0.430.4700.31
HSL245.78º34.16%52.35%-
HSV(B)245.78º47.43%68.63%-
XYZ16.8213.4642.27-
YUV103.85168.15125.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=27.25%
G=25.07%
B=47.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100921750.430.4700.31245.7834.1652.35
Hex645CAF2B2F01Ff62234
Octal14413425753570373664264
Binary110010010111001010111110101110111101111111110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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