Html Css Color HEX #6551AD Blue Marguerite

📋 copy color: '#6551AD'

red 101 ◦ green 81 ◦ blue 173

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

Shades of Blue Marguerite #6551AD

Tints of Blue Marguerite #6551AD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

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

R = 28.45%
G = 22.82%
B = 48.73%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6551AD (or 0x6551AD) is known color: Blue Marguerite. HEX triplet: 65, 51 and AD. RGB value is (101,81,173). Sum of RGB (Red+Green+Blue) = 101+81+173=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #6551AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6551AD is #9AAE52. Grayscale: #616161. Windows color (decimal): -10137171 or 11358565. OLE color: 11358565.

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

Color convert

RGB 101 81 173 -
CMYK 0.42 0.53 0 0.32
HSL 253.04º 0.36% 0.5% -
HSV(B) 253.04º 0.53% 0.68% -
XYZ 15.85 11.67 40.95 -
YUV 97.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 101 81 173 0.42 0.53 0 0.32 253.04 0.36 0.5
Hex 65 51 AD 2A 35 0 20 FD 24 32
Octal 145 121 255 52 65 0 40 375 44 62
Binary 1100101 1010001 10101101 101010 110101 0 100000 11111101 100100 110010

Color Harmonies of #6551AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6551AD

Black with #6551AD

Text Example


Text Example

White with #6551AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,81,173); }

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

background-color css

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

 a { background-color: rgb(101,81,173); }

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

border-color css

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

 span { border-color: rgb(101,81,173); }

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