Html Css Color HEX #6C5EAC Blue Marguerite

📋 copy color: '#6C5EAC'

red 108 ◦ green 94 ◦ blue 172

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

Shades of Blue Marguerite #6C5EAC

Tints of Blue Marguerite #6C5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

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

R = 28.88%
G = 25.13%
B = 45.99%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C5EAC (or 0x6C5EAC) is known color: Blue Marguerite. HEX triplet: 6C, 5E and AC. RGB value is (108,94,172). Sum of RGB (Red+Green+Blue) = 108+94+172=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C5EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5EAC is #93A153. Grayscale: #6A6A6A. Windows color (decimal): -9675092 or 11296364. OLE color: 11296364.

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

Color convert

RGB 108 94 172 -
CMYK 0.37 0.45 0 0.33
HSL 250.77º 0.32% 0.52% -
HSV(B) 250.77º 0.45% 0.67% -
XYZ 17.63 14.17 40.84 -
YUV 107.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 108 94 172 0.37 0.45 0 0.33 250.77 0.32 0.52
Hex 6C 5E AC 25 2D 0 21 FB 20 34
Octal 154 136 254 45 55 0 41 373 40 64
Binary 1101100 1011110 10101100 100101 101101 0 100001 11111011 100000 110100

Color Harmonies of #6C5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5EAC

Black with #6C5EAC

Text Example


Text Example

White with #6C5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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