Html Css Color HEX #6154AD Blue Marguerite

📋 copy color: '#6154AD'

red 97 ◦ green 84 ◦ blue 173

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

Shades of Blue Marguerite #6154AD

Tints of Blue Marguerite #6154AD

RGB

 RED value IS 97 (38.28% from 255) = 27.4%

 GREEN value IS 84 (33.2% from 255) = 23.73%

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 27.4%
G = 23.73%
B = 48.87%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6154AD (or 0x6154AD) is known color: Blue Marguerite. HEX triplet: 61, 54 and AD. RGB value is (97,84,173). Sum of RGB (Red+Green+Blue) = 97+84+173=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #6154AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6154AD is #9EAB52. Grayscale: #616161. Windows color (decimal): -10398547 or 11359329. OLE color: 11359329.

HSL color Cylindrical-coordinate representation of color #6154AD: hue angle of 248.76º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6154AD is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 84 173 -
CMYK 0.44 0.51 0 0.32
HSL 248.76º 0.35% 0.5% -
HSV(B) 248.76º 0.51% 0.68% -
XYZ 15.64 11.9 41.01 -
YUV 98.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 97 84 173 0.44 0.51 0 0.32 248.76 0.35 0.5
Hex 61 54 AD 2C 33 0 20 F9 23 32
Octal 141 124 255 54 63 0 40 371 43 62
Binary 1100001 1010100 10101101 101100 110011 0 100000 11111001 100011 110010

Color Harmonies of #6154AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6154AD

Black with #6154AD

Text Example


Text Example

White with #6154AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6154AD; }

 p { color: rgb(97,84,173); }

 H1.HeaderClassName
 {
   color: #6154AD;
 }
 .AnyTagClassName
 {
   color: #6154AD;
 }
</style>

background-color css

<style>
 a { background-color: #6154AD; }

 a { background-color: rgb(97,84,173); }

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

border-color css

<style>
 span { border-color: #6154AD; }

 span { border-color: rgb(97,84,173); }

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