Html Css Color HEX #654DAD Blue Marguerite

📋 copy color: '#654DAD'

red 101 ◦ green 77 ◦ blue 173

#654DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #654DAD

Tints of Blue Marguerite #654DAD

RGB

 RED value IS 101 (39.84% from 255) = 28.77%

 GREEN value IS 77 (30.47% from 255) = 21.94%

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 28.77%
G = 21.94%
B = 49.29%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#654DAD (or 0x654DAD) is known color: Blue Marguerite. HEX triplet: 65, 4D and AD. RGB value is (101,77,173). Sum of RGB (Red+Green+Blue) = 101+77+173=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #654DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DAD is #9AB252. Grayscale: #5E5E5E. Windows color (decimal): -10138195 or 11357541. OLE color: 11357541.

HSL color Cylindrical-coordinate representation of color #654DAD: hue angle of 255º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654DAD is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 77 173 -
CMYK 0.42 0.55 0 0.32
HSL 255º 0.38% 0.49% -
HSV(B) 255º 0.55% 0.68% -
XYZ 15.56 11.09 40.86 -
YUV 95.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 101 77 173 0.42 0.55 0 0.32 255 0.38 0.49
Hex 65 4D AD 2A 37 0 20 FF 26 31
Octal 145 115 255 52 67 0 40 377 46 61
Binary 1100101 1001101 10101101 101010 110111 0 100000 11111111 100110 110001

Color Harmonies of #654DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DAD

Black with #654DAD

Text Example


Text Example

White with #654DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #654DAD;
 }
 .AnyTagClassName
 {
   color: #654DAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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