Html Css Color HEX #6C54AB Blue Marguerite

📋 copy color: '#6C54AB'

red 108 ◦ green 84 ◦ blue 171

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

Shades of Blue Marguerite #6C54AB

Tints of Blue Marguerite #6C54AB

RGB

 RED value IS 108 (42.58% from 255) = 29.75%

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

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

R = 29.75%
G = 23.14%
B = 47.11%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C54AB (or 0x6C54AB) is known color: Blue Marguerite. HEX triplet: 6C, 54 and AB. RGB value is (108,84,171). Sum of RGB (Red+Green+Blue) = 108+84+171=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C54AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C54AB is #93AB54. Grayscale: #646464. Windows color (decimal): -9677653 or 11228268. OLE color: 11228268.

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

Color convert

RGB 108 84 171 -
CMYK 0.37 0.51 0 0.33
HSL 256.55º 0.34% 0.5% -
HSV(B) 256.55º 0.51% 0.67% -
XYZ 16.71 12.47 40.05 -
YUV 101.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 108 84 171 0.37 0.51 0 0.33 256.55 0.34 0.5
Hex 6C 54 AB 25 33 0 21 101 22 32
Octal 154 124 253 45 63 0 41 401 42 62
Binary 1101100 1010100 10101011 100101 110011 0 100001 100000001 100010 110010

Color Harmonies of #6C54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C54AB

Black with #6C54AB

Text Example


Text Example

White with #6C54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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