#654BB1

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

Shades of Blue Marguerite #654BB1

Tints of Blue Marguerite #654BB1

Color information

#654BB1 (or 0x654BB1) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4B and B1. RGB value is (101,75,177). Sum of RGB (Red+Green+Blue) = 101+75+177=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #654BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654BB1 is #9AB44E. Grayscale: #5E5E5E. Windows color (decimal): -10138703 or 11619173. OLE color: 11619173.

HSL color Cylindrical-coordinate representation of color #654BB1: hue angle of 255.29º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654BB1 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10175177-
CMYK0.430.5800.31
HSL255.29º40.48%49.41%-
HSV(B)255.29º57.63%69.41%-
XYZ15.8210.9742.88-
YUV94.4174.61132.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=28.61%
G=21.25%
B=50.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751770.430.5800.31255.2940.4849.41
Hex654BB12B3A01Fff2831
Octal14511326153720373775061
Binary110010110010111011000110101111101001111111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654BB1; }

 p { color: rgb(101,75,177); }

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

<style>
 a { background-color: #654BB1; }

 a { background-color: rgb(101,75,177); }

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

<style>
 span { border-color: #654BB1; }

 span { border-color: rgb(101,75,177); }

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