Html Css Color HEX #6550AE Blue Marguerite

📋 copy color: '#6550AE'

red 101 ◦ green 80 ◦ blue 174

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

Shades of Blue Marguerite #6550AE

Tints of Blue Marguerite #6550AE

RGB

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

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

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

R = 28.45%
G = 22.54%
B = 49.01%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6550AE (or 0x6550AE) is known color: Blue Marguerite. HEX triplet: 65, 50 and AE. RGB value is (101,80,174). Sum of RGB (Red+Green+Blue) = 101+80+174=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #6550AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6550AE is #9AAF51. Grayscale: #606060. Windows color (decimal): -10137426 or 11423845. OLE color: 11423845.

HSL color Cylindrical-coordinate representation of color #6550AE: hue angle of 253.4º 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 #6550AE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 80 174 -
CMYK 0.42 0.54 0 0.32
HSL 253.4º 0.37% 0.5% -
HSV(B) 253.4º 0.54% 0.68% -
XYZ 15.88 11.56 41.44 -
YUV 97 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 101 80 174 0.42 0.54 0 0.32 253.4 0.37 0.5
Hex 65 50 AE 2A 36 0 20 FD 25 32
Octal 145 120 256 52 66 0 40 375 45 62
Binary 1100101 1010000 10101110 101010 110110 0 100000 11111101 100101 110010

Color Harmonies of #6550AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6550AE

Black with #6550AE

Text Example


Text Example

White with #6550AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6550AE; }

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

 H1.HeaderClassName
 {
   color: #6550AE;
 }
 .AnyTagClassName
 {
   color: #6550AE;
 }
</style>

background-color css

<style>
 a { background-color: #6550AE; }

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

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

border-color css

<style>
 span { border-color: #6550AE; }

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

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