Html Css Color HEX #654DB7 Blue Marguerite

📋 copy color: '#654DB7'

red 101 ◦ green 77 ◦ blue 183

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

Shades of Blue Marguerite #654DB7

Tints of Blue Marguerite #654DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.69%

R = 27.98%
G = 21.33%
B = 50.69%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#654DB7 (or 0x654DB7) is known color: Blue Marguerite. HEX triplet: 65, 4D and B7. RGB value is (101,77,183). Sum of RGB (Red+Green+Blue) = 101+77+183=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #654DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DB7 is #9AB248. Grayscale: #5F5F5F. Windows color (decimal): -10138185 or 12012901. OLE color: 12012901.

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

Color convert

RGB 101 77 183 -
CMYK 0.45 0.58 0 0.28
HSL 253.58º 0.42% 0.51% -
HSV(B) 253.58º 0.58% 0.72% -
XYZ 16.57 11.49 46.14 -
YUV 96.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 101 77 183 0.45 0.58 0 0.28 253.58 0.42 0.51
Hex 65 4D B7 2D 3A 0 1C FE 2A 33
Octal 145 115 267 55 72 0 34 376 52 63
Binary 1100101 1001101 10110111 101101 111010 0 11100 11111110 101010 110011

Color Harmonies of #654DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DB7

Black with #654DB7

Text Example


Text Example

White with #654DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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