#655CAB

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

Shades of Blue Marguerite #655CAB

Tints of Blue Marguerite #655CAB

Color information

#655CAB (or 0x655CAB) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5C and AB. RGB value is (101,92,171). Sum of RGB (Red+Green+Blue) = 101+92+171=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #655CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655CAB is #9AA354. Grayscale: #676767. Windows color (decimal): -10134357 or 11230309. OLE color: 11230309.

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

Color convert

RGB10192171-
CMYK0.410.4600.33
HSL246.84º31.98%51.57%-
HSV(B)246.84º46.2%67.06%-
XYZ16.5413.3640.24-
YUV103.7165.98126.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=27.75%
G=25.27%
B=46.98%

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
Decimal101921710.410.4600.33246.8431.9851.57
Hex655CAB292E021f72034
Octal14513425351560413674064
Binary1100101101110010101011101001101110010000111110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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