Html Css Color HEX #6C5AAC Blue Marguerite

📋 copy color: '#6C5AAC'

red 108 ◦ green 90 ◦ blue 172

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

Shades of Blue Marguerite #6C5AAC

Tints of Blue Marguerite #6C5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 29.19%
G = 24.32%
B = 46.49%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C5AAC (or 0x6C5AAC) is known color: Blue Marguerite. HEX triplet: 6C, 5A and AC. RGB value is (108,90,172). Sum of RGB (Red+Green+Blue) = 108+90+172=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5AAC is #93A553. Grayscale: #686868. Windows color (decimal): -9676116 or 11295340. OLE color: 11295340.

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

Color convert

RGB 108 90 172 -
CMYK 0.37 0.48 0 0.33
HSL 253.17º 0.33% 0.51% -
HSV(B) 253.17º 0.48% 0.67% -
XYZ 17.29 13.48 40.72 -
YUV 104.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 108 90 172 0.37 0.48 0 0.33 253.17 0.33 0.51
Hex 6C 5A AC 25 30 0 21 FD 21 33
Octal 154 132 254 45 60 0 41 375 41 63
Binary 1101100 1011010 10101100 100101 110000 0 100001 11111101 100001 110011

Color Harmonies of #6C5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5AAC

Black with #6C5AAC

Text Example


Text Example

White with #6C5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,90,172); }

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

background-color css

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

 a { background-color: rgb(108,90,172); }

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

border-color css

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

 span { border-color: rgb(108,90,172); }

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