#655ABE

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

Shades of Blue Marguerite #655ABE

Tints of Blue Marguerite #655ABE

Color information

#655ABE (or 0x655ABE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5A and BE. RGB value is (101,90,190). Sum of RGB (Red+Green+Blue) = 101+90+190=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #655ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ABE is #9AA541. Grayscale: #686868. Windows color (decimal): -10134850 or 12474981. OLE color: 12474981.

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

Color convert

RGB10190190-
CMYK0.470.5300.25
HSL246.6º43.48%54.9%-
HSV(B)246.6º52.63%74.51%-
XYZ18.3213.850.41-
YUV104.69176.14125.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=26.51%
G=23.62%
B=49.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101901900.470.5300.25246.643.4854.9
Hex655ABE2F35019f72b37
Octal14513227657650313675367
Binary110010110110101011111010111111010101100111110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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