#655EAE

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

Shades of Blue Marguerite #655EAE

Tints of Blue Marguerite #655EAE

Color information

#655EAE (or 0x655EAE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5E and AE. RGB value is (101,94,174). Sum of RGB (Red+Green+Blue) = 101+94+174=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #655EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655EAE is #9AA151. Grayscale: #686868. Windows color (decimal): -10133842 or 11427429. OLE color: 11427429.

HSL color Cylindrical-coordinate representation of color #655EAE: hue angle of 245.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655EAE is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10194174-
CMYK0.420.4600.32
HSL245.25º33.06%52.55%-
HSV(B)245.25º45.98%68.24%-
XYZ17.0113.8341.82-
YUV105.21166.82125-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=27.37%
G=25.47%
B=47.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101941740.420.4600.32245.2533.0652.55
Hex655EAE2A2E020f52135
Octal14513625652560403654165
Binary1100101101111010101110101010101110010000011110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655EAE; }

 p { color: rgb(101,94,174); }

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

<style>
 a { background-color: #655EAE; }

 a { background-color: rgb(101,94,174); }

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

<style>
 span { border-color: #655EAE; }

 span { border-color: rgb(101,94,174); }

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