Html Css Color HEX #6D5CAC Blue Marguerite

📋 copy color: '#6D5CAC'

red 109 ◦ green 92 ◦ blue 172

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

Shades of Blue Marguerite #6D5CAC

Tints of Blue Marguerite #6D5CAC

RGB

 RED value IS 109 (42.97% from 255) = 29.22%

 GREEN value IS 92 (36.33% from 255) = 24.66%

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

R = 29.22%
G = 24.66%
B = 46.11%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D5CAC (or 0x6D5CAC) is known color: Blue Marguerite. HEX triplet: 6D, 5C and AC. RGB value is (109,92,172). Sum of RGB (Red+Green+Blue) = 109+92+172=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 92 (36.33% from 255 or 24.66% 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 #6D5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5CAC is #92A353. Grayscale: #696969. Windows color (decimal): -9610068 or 11295853. OLE color: 11295853.

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

Color convert

RGB 109 92 172 -
CMYK 0.37 0.47 0 0.33
HSL 252.75º 0.33% 0.52% -
HSV(B) 252.75º 0.47% 0.67% -
XYZ 17.58 13.88 40.78 -
YUV 106.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 109 92 172 0.37 0.47 0 0.33 252.75 0.33 0.52
Hex 6D 5C AC 25 2F 0 21 FD 21 34
Octal 155 134 254 45 57 0 41 375 41 64
Binary 1101101 1011100 10101100 100101 101111 0 100001 11111101 100001 110100

Color Harmonies of #6D5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5CAC

Black with #6D5CAC

Text Example


Text Example

White with #6D5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,92,172); }

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

background-color css

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

 a { background-color: rgb(109,92,172); }

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

border-color css

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

 span { border-color: rgb(109,92,172); }

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