Html Css Color HEX #6C5DAC Blue Marguerite

📋 copy color: '#6C5DAC'

red 108 ◦ green 93 ◦ blue 172

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

Shades of Blue Marguerite #6C5DAC

Tints of Blue Marguerite #6C5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 28.95%
G = 24.93%
B = 46.11%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C5DAC (or 0x6C5DAC) is known color: Blue Marguerite. HEX triplet: 6C, 5D and AC. RGB value is (108,93,172). Sum of RGB (Red+Green+Blue) = 108+93+172=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5DAC is #93A253. Grayscale: #6A6A6A. Windows color (decimal): -9675348 or 11296108. OLE color: 11296108.

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

Color convert

RGB 108 93 172 -
CMYK 0.37 0.46 0 0.33
HSL 251.39º 0.32% 0.52% -
HSV(B) 251.39º 0.46% 0.67% -
XYZ 17.55 14 40.81 -
YUV 106.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 108 93 172 0.37 0.46 0 0.33 251.39 0.32 0.52
Hex 6C 5D AC 25 2E 0 21 FB 20 34
Octal 154 135 254 45 56 0 41 373 40 64
Binary 1101100 1011101 10101100 100101 101110 0 100001 11111011 100000 110100

Color Harmonies of #6C5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DAC

Black with #6C5DAC

Text Example


Text Example

White with #6C5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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