Html Css Color HEX #654CAB Blue Marguerite

📋 copy color: '#654CAB'

red 101 ◦ green 76 ◦ blue 171

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

Shades of Blue Marguerite #654CAB

Tints of Blue Marguerite #654CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 29.02%
G = 21.84%
B = 49.14%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#654CAB (or 0x654CAB) is known color: Blue Marguerite. HEX triplet: 65, 4C and AB. RGB value is (101,76,171). Sum of RGB (Red+Green+Blue) = 101+76+171=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #654CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654CAB is #9AB354. Grayscale: #5D5D5D. Windows color (decimal): -10138453 or 11226213. OLE color: 11226213.

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

Color convert

RGB 101 76 171 -
CMYK 0.41 0.56 0 0.33
HSL 255.79º 0.38% 0.48% -
HSV(B) 255.79º 0.56% 0.67% -
XYZ 15.3 10.88 39.82 -
YUV 94.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 101 76 171 0.41 0.56 0 0.33 255.79 0.38 0.48
Hex 65 4C AB 29 38 0 21 100 26 30
Octal 145 114 253 51 70 0 41 400 46 60
Binary 1100101 1001100 10101011 101001 111000 0 100001 100000000 100110 110000

Color Harmonies of #654CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CAB

Black with #654CAB

Text Example


Text Example

White with #654CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,76,171); }

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

background-color css

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

 a { background-color: rgb(101,76,171); }

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

border-color css

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

 span { border-color: rgb(101,76,171); }

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