Html Css Color HEX #6552AA Blue Marguerite

📋 copy color: '#6552AA'

red 101 ◦ green 82 ◦ blue 170

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

Shades of Blue Marguerite #6552AA

Tints of Blue Marguerite #6552AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 28.61%
G = 23.23%
B = 48.16%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6552AA (or 0x6552AA) is known color: Blue Marguerite. HEX triplet: 65, 52 and AA. RGB value is (101,82,170). Sum of RGB (Red+Green+Blue) = 101+82+170=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #6552AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6552AA is #9AAD55. Grayscale: #616161. Windows color (decimal): -10136918 or 11162213. OLE color: 11162213.

HSL color Cylindrical-coordinate representation of color #6552AA: hue angle of 252.95º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6552AA is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 82 170 -
CMYK 0.41 0.52 0 0.33
HSL 252.95º 0.35% 0.49% -
HSV(B) 252.95º 0.52% 0.67% -
XYZ 15.64 11.7 39.46 -
YUV 97.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 101 82 170 0.41 0.52 0 0.33 252.95 0.35 0.49
Hex 65 52 AA 29 34 0 21 FD 23 31
Octal 145 122 252 51 64 0 41 375 43 61
Binary 1100101 1010010 10101010 101001 110100 0 100001 11111101 100011 110001

Color Harmonies of #6552AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552AA

Black with #6552AA

Text Example


Text Example

White with #6552AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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