#654DB5

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

Shades of Blue Marguerite #654DB5

Tints of Blue Marguerite #654DB5

Color information

#654DB5 (or 0x654DB5) is unknown color: approx Blue Marguerite. HEX triplet: 65, 4D and B5. RGB value is (101,77,181). Sum of RGB (Red+Green+Blue) = 101+77+181=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #654DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DB5 is #9AB24A. Grayscale: #5F5F5F. Windows color (decimal): -10138187 or 11881829. OLE color: 11881829.

HSL color Cylindrical-coordinate representation of color #654DB5: hue angle of 253.85º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #654DB5 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10177181-
CMYK0.440.5700.29
HSL253.85º41.27%50.59%-
HSV(B)253.85º57.46%70.98%-
XYZ16.3611.4145.06-
YUV96.03175.95131.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 181 (71.09% from 255) = 50.42%
R=28.13%
G=21.45%
B=50.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101771810.440.5700.29253.8541.2750.59
Hex654DB52C3901Dfe2933
Octal14511526554710353765163
Binary110010110011011011010110110011100101110111111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,77,181); }

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

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

 a { background-color: rgb(101,77,181); }

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

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

 span { border-color: rgb(101,77,181); }

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