#655BAE

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

Shades of Blue Marguerite #655BAE

Tints of Blue Marguerite #655BAE

Color information

#655BAE (or 0x655BAE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5B and AE. RGB value is (101,91,174). Sum of RGB (Red+Green+Blue) = 101+91+174=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #655BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BAE is #9AA451. Grayscale: #676767. Windows color (decimal): -10134610 or 11426661. OLE color: 11426661.

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

Color convert

RGB10191174-
CMYK0.420.4800.32
HSL247.23º33.88%51.96%-
HSV(B)247.23º47.7%68.24%-
XYZ16.7513.341.73-
YUV103.45167.81126.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=27.60%
G=24.86%
B=47.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101911740.420.4800.32247.2333.8851.96
Hex655BAE2A30020f72234
Octal14513325652600403674264
Binary1100101101101110101110101010110000010000011110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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