Html Css Color HEX #6559AA Blue Marguerite

📋 copy color: '#6559AA'

red 101 ◦ green 89 ◦ blue 170

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

Shades of Blue Marguerite #6559AA

Tints of Blue Marguerite #6559AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.72%

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

R = 28.06%
G = 24.72%
B = 47.22%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6559AA (or 0x6559AA) is known color: Blue Marguerite. HEX triplet: 65, 59 and AA. RGB value is (101,89,170). Sum of RGB (Red+Green+Blue) = 101+89+170=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #6559AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6559AA is #9AA655. Grayscale: #656565. Windows color (decimal): -10135126 or 11164005. OLE color: 11164005.

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

Color convert

RGB 101 89 170 -
CMYK 0.41 0.48 0 0.33
HSL 248.89º 0.32% 0.51% -
HSV(B) 248.89º 0.48% 0.67% -
XYZ 16.19 12.81 39.65 -
YUV 101.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 101 89 170 0.41 0.48 0 0.33 248.89 0.32 0.51
Hex 65 59 AA 29 30 0 21 F9 20 33
Octal 145 131 252 51 60 0 41 371 40 63
Binary 1100101 1011001 10101010 101001 110000 0 100001 11111001 100000 110011

Color Harmonies of #6559AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6559AA

Black with #6559AA

Text Example


Text Example

White with #6559AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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