#655DA7

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

Shades of Blue Marguerite #655DA7

Tints of Blue Marguerite #655DA7

Color information

#655DA7 (or 0x655DA7) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5D and A7. RGB value is (101,93,167). Sum of RGB (Red+Green+Blue) = 101+93+167=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #655DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655DA7 is #9AA258. Grayscale: #676767. Windows color (decimal): -10134105 or 10968421. OLE color: 10968421.

HSL color Cylindrical-coordinate representation of color #655DA7: hue angle of 246.49º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655DA7 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10193167-
CMYK0.400.4400.35
HSL246.49º29.6%50.98%-
HSV(B)246.49º44.31%65.49%-
XYZ16.2613.3938.29-
YUV103.83163.65125.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=27.98%
G=25.76%
B=46.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101931670.400.4400.35246.4929.650.98
Hex655DA7282C023f61e33
Octal14513524750540433663663
Binary110010110111011010011110100010110001000111111011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,167); }

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

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

 a { background-color: rgb(101,93,167); }

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

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

 span { border-color: rgb(101,93,167); }

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