Html Css Color HEX #654DAA Blue Marguerite

📋 copy color: '#654DAA'

red 101 ◦ green 77 ◦ blue 170

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

Shades of Blue Marguerite #654DAA

Tints of Blue Marguerite #654DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 29.02%
G = 22.13%
B = 48.85%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#654DAA (or 0x654DAA) is known color: Blue Marguerite. HEX triplet: 65, 4D and AA. RGB value is (101,77,170). Sum of RGB (Red+Green+Blue) = 101+77+170=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #654DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DAA is #9AB255. Grayscale: #5E5E5E. Windows color (decimal): -10138198 or 11160933. OLE color: 11160933.

HSL color Cylindrical-coordinate representation of color #654DAA: hue angle of 255.48º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654DAA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 77 170 -
CMYK 0.41 0.55 0 0.33
HSL 255.48º 0.38% 0.48% -
HSV(B) 255.48º 0.55% 0.67% -
XYZ 15.28 10.98 39.34 -
YUV 94.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 101 77 170 0.41 0.55 0 0.33 255.48 0.38 0.48
Hex 65 4D AA 29 37 0 21 FF 26 30
Octal 145 115 252 51 67 0 41 377 46 60
Binary 1100101 1001101 10101010 101001 110111 0 100001 11111111 100110 110000

Color Harmonies of #654DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DAA

Black with #654DAA

Text Example


Text Example

White with #654DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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