Html Css Color HEX #6C4DAD Studio

📋 copy color: '#6C4DAD'

red 108 ◦ green 77 ◦ blue 173

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

Shades of Studio #6C4DAD

Tints of Studio #6C4DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 30.17%
G = 21.51%
B = 48.32%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C4DAD (or 0x6C4DAD) is known color: Studio. HEX triplet: 6C, 4D and AD. RGB value is (108,77,173). Sum of RGB (Red+Green+Blue) = 108+77+173=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4DAD is #93B252. Grayscale: #606060. Windows color (decimal): -9679443 or 11357548. OLE color: 11357548.

HSL color Cylindrical-coordinate representation of color #6C4DAD: hue angle of 259.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C4DAD is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 77 173 -
CMYK 0.38 0.55 0 0.32
HSL 259.38º 0.38% 0.49% -
HSV(B) 259.38º 0.55% 0.68% -
XYZ 16.38 11.51 40.89 -
YUV 97.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 108 77 173 0.38 0.55 0 0.32 259.38 0.38 0.49
Hex 6C 4D AD 26 37 0 20 103 26 31
Octal 154 115 255 46 67 0 40 403 46 61
Binary 1101100 1001101 10101101 100110 110111 0 100000 100000011 100110 110001

Color Harmonies of #6C4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4DAD

Black with #6C4DAD

Text Example


Text Example

White with #6C4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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