Html Css Color HEX #6C4D95 Studio

📋 copy color: '#6C4D95'

red 108 ◦ green 77 ◦ blue 149

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

Shades of Studio #6C4D95

Tints of Studio #6C4D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 32.34%
G = 23.05%
B = 44.61%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C4D95 (or 0x6C4D95) is known color: Studio. HEX triplet: 6C, 4D and 95. RGB value is (108,77,149). Sum of RGB (Red+Green+Blue) = 108+77+149=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C4D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4D95 is #93B26A. Grayscale: #5E5E5E. Windows color (decimal): -9679467 or 9784684. OLE color: 9784684.

HSL color Cylindrical-coordinate representation of color #6C4D95: hue angle of 265.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C4D95 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 77 149 -
CMYK 0.28 0.48 0 0.42
HSL 265.83º 0.32% 0.44% -
HSV(B) 265.83º 0.48% 0.58% -
XYZ 14.26 10.67 29.74 -
YUV 94.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 108 77 149 0.28 0.48 0 0.42 265.83 0.32 0.44
Hex 6C 4D 95 1C 30 0 2A 10A 20 2C
Octal 154 115 225 34 60 0 52 412 40 54
Binary 1101100 1001101 10010101 11100 110000 0 101010 100001010 100000 101100

Color Harmonies of #6C4D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4D95

Black with #6C4D95

Text Example


Text Example

White with #6C4D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,77,149); }

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

background-color css

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

 a { background-color: rgb(108,77,149); }

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

border-color css

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

 span { border-color: rgb(108,77,149); }

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