Html Css Color HEX #6551AA Blue Marguerite

📋 copy color: '#6551AA'

red 101 ◦ green 81 ◦ blue 170

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

Shades of Blue Marguerite #6551AA

Tints of Blue Marguerite #6551AA

RGB

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

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

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

R = 28.69%
G = 23.01%
B = 48.3%

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

#6551AA (or 0x6551AA) is known color: Blue Marguerite. HEX triplet: 65, 51 and AA. RGB value is (101,81,170). Sum of RGB (Red+Green+Blue) = 101+81+170=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #6551AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6551AA is #9AAE55. Grayscale: #606060. Windows color (decimal): -10137174 or 11161957. OLE color: 11161957.

HSL color Cylindrical-coordinate representation of color #6551AA: hue angle of 253.48º 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 #6551AA is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 81 170 -
CMYK 0.41 0.52 0 0.33
HSL 253.48º 0.35% 0.49% -
HSV(B) 253.48º 0.52% 0.67% -
XYZ 15.56 11.55 39.44 -
YUV 97.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 101 81 170 0.41 0.52 0 0.33 253.48 0.35 0.49
Hex 65 51 AA 29 34 0 21 FD 23 31
Octal 145 121 252 51 64 0 41 375 43 61
Binary 1100101 1010001 10101010 101001 110100 0 100001 11111101 100011 110001

Color Harmonies of #6551AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6551AA

Black with #6551AA

Text Example


Text Example

White with #6551AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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