Html Css Color HEX #6A50AD Blue Marguerite

📋 copy color: '#6A50AD'

red 106 ◦ green 80 ◦ blue 173

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

Shades of Blue Marguerite #6A50AD

Tints of Blue Marguerite #6A50AD

RGB

 RED value IS 106 (41.8% from 255) = 29.53%

 GREEN value IS 80 (31.64% from 255) = 22.28%

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

R = 29.53%
G = 22.28%
B = 48.19%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A50AD (or 0x6A50AD) is known color: Blue Marguerite. HEX triplet: 6A, 50 and AD. RGB value is (106,80,173). Sum of RGB (Red+Green+Blue) = 106+80+173=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A50AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A50AD is #95AF52. Grayscale: #626262. Windows color (decimal): -9809747 or 11358314. OLE color: 11358314.

HSL color Cylindrical-coordinate representation of color #6A50AD: hue angle of 256.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A50AD is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 80 173 -
CMYK 0.39 0.54 0 0.32
HSL 256.77º 0.37% 0.5% -
HSV(B) 256.77º 0.54% 0.68% -
XYZ 16.36 11.82 40.95 -
YUV 98.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 106 80 173 0.39 0.54 0 0.32 256.77 0.37 0.5
Hex 6A 50 AD 27 36 0 20 101 25 32
Octal 152 120 255 47 66 0 40 401 45 62
Binary 1101010 1010000 10101101 100111 110110 0 100000 100000001 100101 110010

Color Harmonies of #6A50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A50AD

Black with #6A50AD

Text Example


Text Example

White with #6A50AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A50AD; }

 p { color: rgb(106,80,173); }

 H1.HeaderClassName
 {
   color: #6A50AD;
 }
 .AnyTagClassName
 {
   color: #6A50AD;
 }
</style>

background-color css

<style>
 a { background-color: #6A50AD; }

 a { background-color: rgb(106,80,173); }

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

border-color css

<style>
 span { border-color: #6A50AD; }

 span { border-color: rgb(106,80,173); }

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