#655BB4

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

Shades of Blue Marguerite #655BB4

Tints of Blue Marguerite #655BB4

Color information

#655BB4 (or 0x655BB4) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5B and B4. RGB value is (101,91,180). Sum of RGB (Red+Green+Blue) = 101+91+180=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #655BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BB4 is #9AA44B. Grayscale: #676767. Windows color (decimal): -10134604 or 11819877. OLE color: 11819877.

HSL color Cylindrical-coordinate representation of color #655BB4: hue angle of 246.74º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #655BB4 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10191180-
CMYK0.440.4900.29
HSL246.74º37.24%53.14%-
HSV(B)246.74º49.44%70.59%-
XYZ17.3513.5444.88-
YUV104.14170.81125.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 180 (70.70% from 255) = 48.39%
R=27.15%
G=24.46%
B=48.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101911800.440.4900.29246.7437.2453.14
Hex655BB42C3101Df72535
Octal14513326454610353674565
Binary110010110110111011010010110011000101110111110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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