#654EAC

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

Shades of Blue Marguerite #654EAC

Tints of Blue Marguerite #654EAC

Color information

#654EAC (or 0x654EAC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4E and AC. RGB value is (101,78,172). Sum of RGB (Red+Green+Blue) = 101+78+172=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #654EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654EAC is #9AB153. Grayscale: #5F5F5F. Windows color (decimal): -10137940 or 11292261. OLE color: 11292261.

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

Color convert

RGB10178172-
CMYK0.410.5500.33
HSL254.68º37.6%49.02%-
HSV(B)254.68º54.65%67.45%-
XYZ15.5411.1940.37-
YUV95.59171.12131.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.77%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=28.77%
G=22.22%
B=49.00%

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
Decimal101781720.410.5500.33254.6837.649.02
Hex654EAC2937021ff2631
Octal14511625451670413774661
Binary1100101100111010101100101001110111010000111111111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,78,172); }

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

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

 a { background-color: rgb(101,78,172); }

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

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

 span { border-color: rgb(101,78,172); }

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