Html Css Color HEX #6C48AD Studio

📋 copy color: '#6C48AD'

red 108 ◦ green 72 ◦ blue 173

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

Shades of Studio #6C48AD

Tints of Studio #6C48AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 30.59%
G = 20.4%
B = 49.01%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C48AD (or 0x6C48AD) is known color: Studio. HEX triplet: 6C, 48 and AD. RGB value is (108,72,173). Sum of RGB (Red+Green+Blue) = 108+72+173=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C48AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C48AD is #93B752. Grayscale: #5D5D5D. Windows color (decimal): -9680723 or 11356268. OLE color: 11356268.

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

Color convert

RGB 108 72 173 -
CMYK 0.38 0.58 0 0.32
HSL 261.39º 0.41% 0.48% -
HSV(B) 261.39º 0.58% 0.68% -
XYZ 16.04 10.84 40.78 -
YUV 94.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 108 72 173 0.38 0.58 0 0.32 261.39 0.41 0.48
Hex 6C 48 AD 26 3A 0 20 105 29 30
Octal 154 110 255 46 72 0 40 405 51 60
Binary 1101100 1001000 10101101 100110 111010 0 100000 100000101 101001 110000

Color Harmonies of #6C48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C48AD

Black with #6C48AD

Text Example


Text Example

White with #6C48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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