Html Css Color HEX #6A54AB Blue Marguerite

📋 copy color: '#6A54AB'

red 106 ◦ green 84 ◦ blue 171

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

Shades of Blue Marguerite #6A54AB

Tints of Blue Marguerite #6A54AB

RGB

 RED value IS 106 (41.8% from 255) = 29.36%

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

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

R = 29.36%
G = 23.27%
B = 47.37%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A54AB (or 0x6A54AB) is known color: Blue Marguerite. HEX triplet: 6A, 54 and AB. RGB value is (106,84,171). Sum of RGB (Red+Green+Blue) = 106+84+171=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A54AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A54AB is #95AB54. Grayscale: #646464. Windows color (decimal): -9808725 or 11228266. OLE color: 11228266.

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

Color convert

RGB 106 84 171 -
CMYK 0.38 0.51 0 0.33
HSL 255.17º 0.34% 0.5% -
HSV(B) 255.17º 0.51% 0.67% -
XYZ 16.46 12.35 40.04 -
YUV 100.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 106 84 171 0.38 0.51 0 0.33 255.17 0.34 0.5
Hex 6A 54 AB 26 33 0 21 FF 22 32
Octal 152 124 253 46 63 0 41 377 42 62
Binary 1101010 1010100 10101011 100110 110011 0 100001 11111111 100010 110010

Color Harmonies of #6A54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A54AB

Black with #6A54AB

Text Example


Text Example

White with #6A54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A54AB; }

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

 H1.HeaderClassName
 {
   color: #6A54AB;
 }
 .AnyTagClassName
 {
   color: #6A54AB;
 }
</style>

background-color css

<style>
 a { background-color: #6A54AB; }

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

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

border-color css

<style>
 span { border-color: #6A54AB; }

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

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