Html Css Color HEX #6553AB Blue Marguerite

📋 copy color: '#6553AB'

red 101 ◦ green 83 ◦ blue 171

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

Shades of Blue Marguerite #6553AB

Tints of Blue Marguerite #6553AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 28.45%
G = 23.38%
B = 48.17%

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

#6553AB (or 0x6553AB) is known color: Blue Marguerite. HEX triplet: 65, 53 and AB. RGB value is (101,83,171). Sum of RGB (Red+Green+Blue) = 101+83+171=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #6553AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6553AB is #9AAC54. Grayscale: #626262. Windows color (decimal): -10136661 or 11228005. OLE color: 11228005.

HSL color Cylindrical-coordinate representation of color #6553AB: hue angle of 252.27º degrees, saturation: 0.35, 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 #6553AB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 83 171 -
CMYK 0.41 0.51 0 0.33
HSL 252.27º 0.35% 0.5% -
HSV(B) 252.27º 0.51% 0.67% -
XYZ 15.81 11.89 39.99 -
YUV 98.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 101 83 171 0.41 0.51 0 0.33 252.27 0.35 0.5
Hex 65 53 AB 29 33 0 21 FC 23 32
Octal 145 123 253 51 63 0 41 374 43 62
Binary 1100101 1010011 10101011 101001 110011 0 100001 11111100 100011 110010

Color Harmonies of #6553AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6553AB

Black with #6553AB

Text Example


Text Example

White with #6553AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6553AB; }

 p { color: rgb(101,83,171); }

 H1.HeaderClassName
 {
   color: #6553AB;
 }
 .AnyTagClassName
 {
   color: #6553AB;
 }
</style>

background-color css

<style>
 a { background-color: #6553AB; }

 a { background-color: rgb(101,83,171); }

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

border-color css

<style>
 span { border-color: #6553AB; }

 span { border-color: rgb(101,83,171); }

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