Html Css Color HEX #654DB4 Blue Marguerite

📋 copy color: '#654DB4'

red 101 ◦ green 77 ◦ blue 180

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

Shades of Blue Marguerite #654DB4

Tints of Blue Marguerite #654DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 28.21%
G = 21.51%
B = 50.28%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#654DB4 (or 0x654DB4) is known color: Blue Marguerite. HEX triplet: 65, 4D and B4. RGB value is (101,77,180). Sum of RGB (Red+Green+Blue) = 101+77+180=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #654DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DB4 is #9AB24B. Grayscale: #5F5F5F. Windows color (decimal): -10138188 or 11816293. OLE color: 11816293.

HSL color Cylindrical-coordinate representation of color #654DB4: hue angle of 253.98º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #654DB4 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 77 180 -
CMYK 0.44 0.57 0 0.29
HSL 253.98º 0.41% 0.5% -
HSV(B) 253.98º 0.57% 0.71% -
XYZ 16.26 11.37 44.52 -
YUV 95.92 175.45 131.62 -
System Red Green Blue C M Y K H S L
Decimal 101 77 180 0.44 0.57 0 0.29 253.98 0.41 0.5
Hex 65 4D B4 2C 39 0 1D FE 29 32
Octal 145 115 264 54 71 0 35 376 51 62
Binary 1100101 1001101 10110100 101100 111001 0 11101 11111110 101001 110010

Color Harmonies of #654DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DB4

Black with #654DB4

Text Example


Text Example

White with #654DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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