Html Css Color HEX #654BAE Blue Marguerite

📋 copy color: '#654BAE'

red 101 ◦ green 75 ◦ blue 174

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

Shades of Blue Marguerite #654BAE

Tints of Blue Marguerite #654BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 28.86%
G = 21.43%
B = 49.71%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#654BAE (or 0x654BAE) is known color: Blue Marguerite. HEX triplet: 65, 4B and AE. RGB value is (101,75,174). Sum of RGB (Red+Green+Blue) = 101+75+174=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #654BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654BAE is #9AB451. Grayscale: #5D5D5D. Windows color (decimal): -10138706 or 11422565. OLE color: 11422565.

HSL color Cylindrical-coordinate representation of color #654BAE: hue angle of 255.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #654BAE is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 75 174 -
CMYK 0.42 0.57 0 0.32
HSL 255.76º 0.4% 0.49% -
HSV(B) 255.76º 0.57% 0.68% -
XYZ 15.52 10.85 41.32 -
YUV 94.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 101 75 174 0.42 0.57 0 0.32 255.76 0.4 0.49
Hex 65 4B AE 2A 39 0 20 100 28 31
Octal 145 113 256 52 71 0 40 400 50 61
Binary 1100101 1001011 10101110 101010 111001 0 100000 100000000 101000 110001

Color Harmonies of #654BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654BAE

Black with #654BAE

Text Example


Text Example

White with #654BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,75,174); }

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

background-color css

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

 a { background-color: rgb(101,75,174); }

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

border-color css

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

 span { border-color: rgb(101,75,174); }

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