Html Css Color HEX #6554AA Blue Marguerite

📋 copy color: '#6554AA'

red 101 ◦ green 84 ◦ blue 170

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

Shades of Blue Marguerite #6554AA

Tints of Blue Marguerite #6554AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

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

R = 28.45%
G = 23.66%
B = 47.89%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6554AA (or 0x6554AA) is known color: Blue Marguerite. HEX triplet: 65, 54 and AA. RGB value is (101,84,170). Sum of RGB (Red+Green+Blue) = 101+84+170=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #6554AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6554AA is #9AAB55. Grayscale: #626262. Windows color (decimal): -10136406 or 11162725. OLE color: 11162725.

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

Color convert

RGB 101 84 170 -
CMYK 0.41 0.51 0 0.33
HSL 251.86º 0.34% 0.5% -
HSV(B) 251.86º 0.51% 0.67% -
XYZ 15.79 12.01 39.52 -
YUV 98.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 101 84 170 0.41 0.51 0 0.33 251.86 0.34 0.5
Hex 65 54 AA 29 33 0 21 FC 22 32
Octal 145 124 252 51 63 0 41 374 42 62
Binary 1100101 1010100 10101010 101001 110011 0 100001 11111100 100010 110010

Color Harmonies of #6554AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6554AA

Black with #6554AA

Text Example


Text Example

White with #6554AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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