Html Css Color HEX #654DB9 Blue Marguerite

📋 copy color: '#654DB9'

red 101 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #654DB9

Tints of Blue Marguerite #654DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 27.82%
G = 21.21%
B = 50.96%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#654DB9 (or 0x654DB9) is known color: Blue Marguerite. HEX triplet: 65, 4D and B9. RGB value is (101,77,185). Sum of RGB (Red+Green+Blue) = 101+77+185=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #654DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DB9 is #9AB246. Grayscale: #606060. Windows color (decimal): -10138183 or 12143973. OLE color: 12143973.

HSL color Cylindrical-coordinate representation of color #654DB9: hue angle of 253.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654DB9 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 77 185 -
CMYK 0.45 0.58 0 0.27
HSL 253.33º 0.44% 0.51% -
HSV(B) 253.33º 0.58% 0.73% -
XYZ 16.78 11.58 47.25 -
YUV 96.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 101 77 185 0.45 0.58 0 0.27 253.33 0.44 0.51
Hex 65 4D B9 2D 3A 0 1B FD 2C 33
Octal 145 115 271 55 72 0 33 375 54 63
Binary 1100101 1001101 10111001 101101 111010 0 11011 11111101 101100 110011

Color Harmonies of #654DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DB9

Black with #654DB9

Text Example


Text Example

White with #654DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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