#655BA9

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

Shades of Blue Marguerite #655BA9

Tints of Blue Marguerite #655BA9

Color information

#655BA9 (or 0x655BA9) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5B and A9. RGB value is (101,91,169). Sum of RGB (Red+Green+Blue) = 101+91+169=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #655BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BA9 is #9AA456. Grayscale: #666666. Windows color (decimal): -10134615 or 11098981. OLE color: 11098981.

HSL color Cylindrical-coordinate representation of color #655BA9: hue angle of 247.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655BA9 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10191169-
CMYK0.400.4600.34
HSL247.69º31.2%50.98%-
HSV(B)247.69º46.15%66.27%-
XYZ16.2713.1139.21-
YUV102.88165.31126.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=27.98%
G=25.21%
B=46.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101911690.400.4600.34247.6931.250.98
Hex655BA9282E022f81f33
Octal14513325150560423703763
Binary110010110110111010100110100010111001000101111100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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