Html Css Color HEX #6C51AB Blue Marguerite

📋 copy color: '#6C51AB'

red 108 ◦ green 81 ◦ blue 171

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

Shades of Blue Marguerite #6C51AB

Tints of Blue Marguerite #6C51AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 30%
G = 22.5%
B = 47.5%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C51AB (or 0x6C51AB) is known color: Blue Marguerite. HEX triplet: 6C, 51 and AB. RGB value is (108,81,171). Sum of RGB (Red+Green+Blue) = 108+81+171=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C51AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C51AB is #93AE54. Grayscale: #636363. Windows color (decimal): -9678421 or 11227500. OLE color: 11227500.

HSL color Cylindrical-coordinate representation of color #6C51AB: hue angle of 258º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C51AB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 81 171 -
CMYK 0.37 0.53 0 0.33
HSL 258º 0.36% 0.49% -
HSV(B) 258º 0.53% 0.67% -
XYZ 16.48 12.01 39.98 -
YUV 99.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 108 81 171 0.37 0.53 0 0.33 258 0.36 0.49
Hex 6C 51 AB 25 35 0 21 102 24 31
Octal 154 121 253 45 65 0 41 402 44 61
Binary 1101100 1010001 10101011 100101 110101 0 100001 100000010 100100 110001

Color Harmonies of #6C51AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C51AB

Black with #6C51AB

Text Example


Text Example

White with #6C51AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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