#654DAA

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

Shades of Blue Marguerite #654DAA

Tints of Blue Marguerite #654DAA

Color information

#654DAA (or 0x654DAA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4D and AA. RGB value is (101,77,170). Sum of RGB (Red+Green+Blue) = 101+77+170=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #654DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DAA is #9AB255. Grayscale: #5E5E5E. Windows color (decimal): -10138198 or 11160933. OLE color: 11160933.

HSL color Cylindrical-coordinate representation of color #654DAA: hue angle of 255.48º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654DAA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10177170-
CMYK0.410.5500.33
HSL255.48º37.65%48.43%-
HSV(B)255.48º54.71%66.67%-
XYZ15.2810.9839.34-
YUV94.78170.45132.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=29.02%
G=22.13%
B=48.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101771700.410.5500.33255.4837.6548.43
Hex654DAA2937021ff2630
Octal14511525251670413774660
Binary1100101100110110101010101001110111010000111111111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654DAA; }

 p { color: rgb(101,77,170); }

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

<style>
 a { background-color: #654DAA; }

 a { background-color: rgb(101,77,170); }

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

<style>
 span { border-color: #654DAA; }

 span { border-color: rgb(101,77,170); }

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