#655BAA

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

Shades of Blue Marguerite #655BAA

Tints of Blue Marguerite #655BAA

Color information

#655BAA (or 0x655BAA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5B and AA. RGB value is (101,91,170). Sum of RGB (Red+Green+Blue) = 101+91+170=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #655BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BAA is #9AA455. Grayscale: #666666. Windows color (decimal): -10134614 or 11164517. OLE color: 11164517.

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

Color convert

RGB10191170-
CMYK0.410.4600.33
HSL247.59º31.73%51.18%-
HSV(B)247.59º46.47%66.67%-
XYZ16.3613.1539.71-
YUV103165.81126.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=27.90%
G=25.14%
B=46.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101911700.410.4600.33247.5931.7351.18
Hex655BAA292E021f82033
Octal14513325251560413704063
Binary1100101101101110101010101001101110010000111111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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