Html Css Color HEX #6555AD Blue Marguerite

📋 copy color: '#6555AD'

red 101 ◦ green 85 ◦ blue 173

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

Shades of Blue Marguerite #6555AD

Tints of Blue Marguerite #6555AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 28.13%
G = 23.68%
B = 48.19%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6555AD (or 0x6555AD) is known color: Blue Marguerite. HEX triplet: 65, 55 and AD. RGB value is (101,85,173). Sum of RGB (Red+Green+Blue) = 101+85+173=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6555AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6555AD is #9AAA52. Grayscale: #636363. Windows color (decimal): -10136147 or 11359589. OLE color: 11359589.

HSL color Cylindrical-coordinate representation of color #6555AD: hue angle of 250.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6555AD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 85 173 -
CMYK 0.42 0.51 0 0.32
HSL 250.91º 0.35% 0.51% -
HSV(B) 250.91º 0.51% 0.68% -
XYZ 16.16 12.28 41.05 -
YUV 99.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 101 85 173 0.42 0.51 0 0.32 250.91 0.35 0.51
Hex 65 55 AD 2A 33 0 20 FB 23 33
Octal 145 125 255 52 63 0 40 373 43 63
Binary 1100101 1010101 10101101 101010 110011 0 100000 11111011 100011 110011

Color Harmonies of #6555AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6555AD

Black with #6555AD

Text Example


Text Example

White with #6555AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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