#655ABD

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

Shades of Blue Marguerite #655ABD

Tints of Blue Marguerite #655ABD

Color information

#655ABD (or 0x655ABD) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5A and BD. RGB value is (101,90,189). Sum of RGB (Red+Green+Blue) = 101+90+189=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #655ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ABD is #9AA542. Grayscale: #686868. Windows color (decimal): -10134851 or 12409445. OLE color: 12409445.

HSL color Cylindrical-coordinate representation of color #655ABD: hue angle of 246.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655ABD is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10190189-
CMYK0.470.5200.26
HSL246.67º42.86%54.71%-
HSV(B)246.67º52.38%74.12%-
XYZ18.2113.7549.84-
YUV104.57175.64125.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=26.58%
G=23.68%
B=49.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101901890.470.5200.26246.6742.8654.71
Hex655ABD2F3401Af72b37
Octal14513227557640323675367
Binary110010110110101011110110111111010001101011110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,90,189); }

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

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

 a { background-color: rgb(101,90,189); }

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

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

 span { border-color: rgb(101,90,189); }

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