Html Css Color HEX #6552AD Blue Marguerite

📋 copy color: '#6552AD'

red 101 ◦ green 82 ◦ blue 173

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

Shades of Blue Marguerite #6552AD

Tints of Blue Marguerite #6552AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 28.37%
G = 23.03%
B = 48.6%

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

#6552AD (or 0x6552AD) is known color: Blue Marguerite. HEX triplet: 65, 52 and AD. RGB value is (101,82,173). Sum of RGB (Red+Green+Blue) = 101+82+173=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #6552AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6552AD is #9AAD52. Grayscale: #616161. Windows color (decimal): -10136915 or 11358821. OLE color: 11358821.

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

Color convert

RGB 101 82 173 -
CMYK 0.42 0.53 0 0.32
HSL 252.53º 0.36% 0.5% -
HSV(B) 252.53º 0.53% 0.68% -
XYZ 15.93 11.82 40.98 -
YUV 98.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 101 82 173 0.42 0.53 0 0.32 252.53 0.36 0.5
Hex 65 52 AD 2A 35 0 20 FD 24 32
Octal 145 122 255 52 65 0 40 375 44 62
Binary 1100101 1010010 10101101 101010 110101 0 100000 11111101 100100 110010

Color Harmonies of #6552AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552AD

Black with #6552AD

Text Example


Text Example

White with #6552AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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