#655BBA

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

Shades of Blue Marguerite #655BBA

Tints of Blue Marguerite #655BBA

Color information

#655BBA (or 0x655BBA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5B and BA. RGB value is (101,91,186). Sum of RGB (Red+Green+Blue) = 101+91+186=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #655BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BBA is #9AA445. Grayscale: #686868. Windows color (decimal): -10134598 or 12213093. OLE color: 12213093.

HSL color Cylindrical-coordinate representation of color #655BBA: hue angle of 246.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655BBA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10191186-
CMYK0.460.5100.27
HSL246.32º40.77%54.31%-
HSV(B)246.32º51.08%72.94%-
XYZ17.9713.7948.17-
YUV104.82173.81125.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=26.72%
G=24.07%
B=49.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101911860.460.5100.27246.3240.7754.31
Hex655BBA2E3301Bf62936
Octal14513327256630333665166
Binary110010110110111011101010111011001101101111110110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,91,186); }

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

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

 a { background-color: rgb(101,91,186); }

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

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

 span { border-color: rgb(101,91,186); }

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