#655CB1

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

Shades of Blue Marguerite #655CB1

Tints of Blue Marguerite #655CB1

Color information

#655CB1 (or 0x655CB1) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5C and B1. RGB value is (101,92,177). Sum of RGB (Red+Green+Blue) = 101+92+177=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #655CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655CB1 is #9AA34E. Grayscale: #686868. Windows color (decimal): -10134351 or 11623525. OLE color: 11623525.

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

Color convert

RGB10192177-
CMYK0.430.4800.31
HSL246.35º35.27%52.75%-
HSV(B)246.35º48.02%69.41%-
XYZ17.1313.643.32-
YUV104.38168.98125.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=27.30%
G=24.86%
B=47.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101921770.430.4800.31246.3535.2752.75
Hex655CB12B3001Ff62335
Octal14513426153600373664365
Binary110010110111001011000110101111000001111111110110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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