Html Css Color HEX #654CB1 Blue Marguerite

📋 copy color: '#654CB1'

red 101 ◦ green 76 ◦ blue 177

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

Shades of Blue Marguerite #654CB1

Tints of Blue Marguerite #654CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50%

R = 28.53%
G = 21.47%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#654CB1 (or 0x654CB1) is known color: Blue Marguerite. HEX triplet: 65, 4C and B1. RGB value is (101,76,177). Sum of RGB (Red+Green+Blue) = 101+76+177=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #654CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654CB1 is #9AB34E. Grayscale: #5E5E5E. Windows color (decimal): -10138447 or 11619429. OLE color: 11619429.

HSL color Cylindrical-coordinate representation of color #654CB1: hue angle of 254.85º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #654CB1 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 76 177 -
CMYK 0.43 0.57 0 0.31
HSL 254.85º 0.4% 0.5% -
HSV(B) 254.85º 0.57% 0.69% -
XYZ 15.89 11.11 42.9 -
YUV 94.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 101 76 177 0.43 0.57 0 0.31 254.85 0.4 0.5
Hex 65 4C B1 2B 39 0 1F FF 28 32
Octal 145 114 261 53 71 0 37 377 50 62
Binary 1100101 1001100 10110001 101011 111001 0 11111 11111111 101000 110010

Color Harmonies of #654CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654CB1

Black with #654CB1

Text Example


Text Example

White with #654CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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