#654bb3

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

Shades of Blue Marguerite #654BB3

Tints of Blue Marguerite #654BB3

Color information

#654BB3 (or 0x654BB3) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4B and B3. RGB value is (101,75,179). Sum of RGB (Red+Green+Blue) = 101+75+179=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #654BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BB3 is #9AB44C. Grayscale: #5E5E5E. Windows color (decimal): -10138701 or 11750245. OLE color: 11750245.

HSL color Cylindrical-coordinate representation of color #654BB3: hue angle of 255º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654BB3 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10175179-
CMYK0.440.5800.30
HSL255º40.94%49.8%-
HSV(B)255º58.1%70.2%-
XYZ16.0211.0543.94-
YUV94.63175.61132.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=28.45%
G=21.13%
B=50.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101751790.440.5800.3025540.9449.8
Hex654BB32C3A01Eff2932
Octal14511326354720363775162
Binary110010110010111011001110110011101001111011111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654bb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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