Html Css Color HEX #654DAF Blue Marguerite

📋 copy color: '#654DAF'

red 101 ◦ green 77 ◦ blue 175

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

Shades of Blue Marguerite #654DAF

Tints of Blue Marguerite #654DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.58%

R = 28.61%
G = 21.81%
B = 49.58%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#654DAF (or 0x654DAF) is known color: Blue Marguerite. HEX triplet: 65, 4D and AF. RGB value is (101,77,175). Sum of RGB (Red+Green+Blue) = 101+77+175=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #654DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654DAF is #9AB250. Grayscale: #5E5E5E. Windows color (decimal): -10138193 or 11488613. OLE color: 11488613.

HSL color Cylindrical-coordinate representation of color #654DAF: hue angle of 254.69º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654DAF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 77 175 -
CMYK 0.42 0.56 0 0.31
HSL 254.69º 0.39% 0.49% -
HSV(B) 254.69º 0.56% 0.69% -
XYZ 15.76 11.17 41.88 -
YUV 95.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 101 77 175 0.42 0.56 0 0.31 254.69 0.39 0.49
Hex 65 4D AF 2A 38 0 1F FF 27 31
Octal 145 115 257 52 70 0 37 377 47 61
Binary 1100101 1001101 10101111 101010 111000 0 11111 11111111 100111 110001

Color Harmonies of #654DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DAF

Black with #654DAF

Text Example


Text Example

White with #654DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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