Html Css Color HEX #6554AB Blue Marguerite

📋 copy color: '#6554AB'

red 101 ◦ green 84 ◦ blue 171

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

Shades of Blue Marguerite #6554AB

Tints of Blue Marguerite #6554AB

RGB

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

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

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

R = 28.37%
G = 23.6%
B = 48.03%

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

#6554AB (or 0x6554AB) is known color: Blue Marguerite. HEX triplet: 65, 54 and AB. RGB value is (101,84,171). Sum of RGB (Red+Green+Blue) = 101+84+171=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6554AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6554AB is #9AAB54. Grayscale: #626262. Windows color (decimal): -10136405 or 11228261. OLE color: 11228261.

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

Color convert

RGB 101 84 171 -
CMYK 0.41 0.51 0 0.33
HSL 251.72º 0.34% 0.5% -
HSV(B) 251.72º 0.51% 0.67% -
XYZ 15.89 12.05 40.02 -
YUV 99 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 101 84 171 0.41 0.51 0 0.33 251.72 0.34 0.5
Hex 65 54 AB 29 33 0 21 FC 22 32
Octal 145 124 253 51 63 0 41 374 42 62
Binary 1100101 1010100 10101011 101001 110011 0 100001 11111100 100010 110010

Color Harmonies of #6554AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6554AB

Black with #6554AB

Text Example


Text Example

White with #6554AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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