#655FB1

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

Shades of Blue Marguerite #655FB1

Tints of Blue Marguerite #655FB1

Color information

#655FB1 (or 0x655FB1) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5F and B1. RGB value is (101,95,177). Sum of RGB (Red+Green+Blue) = 101+95+177=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #655FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655FB1 is #9AA04E. Grayscale: #696969. Windows color (decimal): -10133583 or 11624293. OLE color: 11624293.

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

Color convert

RGB10195177-
CMYK0.430.4600.31
HSL244.39º34.45%53.33%-
HSV(B)244.39º46.33%69.41%-
XYZ17.3914.1343.4-
YUV106.14167.99124.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=27.08%
G=25.47%
B=47.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101951770.430.4600.31244.3934.4553.33
Hex655FB12B2E01Ff42235
Octal14513726153560373644265
Binary110010110111111011000110101110111001111111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,177); }

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

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

 a { background-color: rgb(101,95,177); }

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

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

 span { border-color: rgb(101,95,177); }

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