Html Css Color HEX #6C51AE Blue Marguerite

📋 copy color: '#6C51AE'

red 108 ◦ green 81 ◦ blue 174

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

Shades of Blue Marguerite #6C51AE

Tints of Blue Marguerite #6C51AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.93%

R = 29.75%
G = 22.31%
B = 47.93%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C51AE (or 0x6C51AE) is known color: Blue Marguerite. HEX triplet: 6C, 51 and AE. RGB value is (108,81,174). Sum of RGB (Red+Green+Blue) = 108+81+174=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C51AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C51AE is #93AE51. Grayscale: #636363. Windows color (decimal): -9678418 or 11424108. OLE color: 11424108.

HSL color Cylindrical-coordinate representation of color #6C51AE: hue angle of 257.42º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C51AE is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 81 174 -
CMYK 0.38 0.53 0 0.32
HSL 257.42º 0.36% 0.5% -
HSV(B) 257.42º 0.53% 0.68% -
XYZ 16.77 12.13 41.5 -
YUV 99.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 108 81 174 0.38 0.53 0 0.32 257.42 0.36 0.5
Hex 6C 51 AE 26 35 0 20 101 24 32
Octal 154 121 256 46 65 0 40 401 44 62
Binary 1101100 1010001 10101110 100110 110101 0 100000 100000001 100100 110010

Color Harmonies of #6C51AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C51AE

Black with #6C51AE

Text Example


Text Example

White with #6C51AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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