Html Css Color HEX #6147AD Blue Marguerite

📋 copy color: '#6147AD'

red 97 ◦ green 71 ◦ blue 173

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

Shades of Blue Marguerite #6147AD

Tints of Blue Marguerite #6147AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.82%

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

R = 28.45%
G = 20.82%
B = 50.73%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6147AD (or 0x6147AD) is known color: Blue Marguerite. HEX triplet: 61, 47 and AD. RGB value is (97,71,173). Sum of RGB (Red+Green+Blue) = 97+71+173=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #6147AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6147AD is #9EB852. Grayscale: #5A5A5A. Windows color (decimal): -10401875 or 11356001. OLE color: 11356001.

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

Color convert

RGB 97 71 173 -
CMYK 0.44 0.59 0 0.32
HSL 255.29º 0.42% 0.48% -
HSV(B) 255.29º 0.59% 0.68% -
XYZ 14.73 10.06 40.7 -
YUV 90.4 174.61 132.71 -
System Red Green Blue C M Y K H S L
Decimal 97 71 173 0.44 0.59 0 0.32 255.29 0.42 0.48
Hex 61 47 AD 2C 3B 0 20 FF 2A 30
Octal 141 107 255 54 73 0 40 377 52 60
Binary 1100001 1000111 10101101 101100 111011 0 100000 11111111 101010 110000

Color Harmonies of #6147AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6147AD

Black with #6147AD

Text Example


Text Example

White with #6147AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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