Html Css Color HEX #654AAD Blue Marguerite

📋 copy color: '#654AAD'

red 101 ◦ green 74 ◦ blue 173

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

Shades of Blue Marguerite #654AAD

Tints of Blue Marguerite #654AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

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

R = 29.02%
G = 21.26%
B = 49.71%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#654AAD (or 0x654AAD) is known color: Blue Marguerite. HEX triplet: 65, 4A and AD. RGB value is (101,74,173). Sum of RGB (Red+Green+Blue) = 101+74+173=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #654AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654AAD is #9AB552. Grayscale: #5C5C5C. Windows color (decimal): -10138963 or 11356773. OLE color: 11356773.

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

Color convert

RGB 101 74 173 -
CMYK 0.42 0.57 0 0.32
HSL 256.36º 0.4% 0.48% -
HSV(B) 256.36º 0.57% 0.68% -
XYZ 15.36 10.68 40.79 -
YUV 93.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 101 74 173 0.42 0.57 0 0.32 256.36 0.4 0.48
Hex 65 4A AD 2A 39 0 20 100 28 30
Octal 145 112 255 52 71 0 40 400 50 60
Binary 1100101 1001010 10101101 101010 111001 0 100000 100000000 101000 110000

Color Harmonies of #654AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654AAD

Black with #654AAD

Text Example


Text Example

White with #654AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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