Html Css Color HEX #6C4CAC Studio

📋 copy color: '#6C4CAC'

red 108 ◦ green 76 ◦ blue 172

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

Shades of Studio #6C4CAC

Tints of Studio #6C4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

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

R = 30.34%
G = 21.35%
B = 48.31%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C4CAC (or 0x6C4CAC) is known color: Studio. HEX triplet: 6C, 4C and AC. RGB value is (108,76,172). Sum of RGB (Red+Green+Blue) = 108+76+172=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4CAC is #93B353. Grayscale: #606060. Windows color (decimal): -9679700 or 11291756. OLE color: 11291756.

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

Color convert

RGB 108 76 172 -
CMYK 0.37 0.56 0 0.33
HSL 260º 0.39% 0.49% -
HSV(B) 260º 0.56% 0.67% -
XYZ 16.22 11.34 40.36 -
YUV 96.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 108 76 172 0.37 0.56 0 0.33 260 0.39 0.49
Hex 6C 4C AC 25 38 0 21 104 27 31
Octal 154 114 254 45 70 0 41 404 47 61
Binary 1101100 1001100 10101100 100101 111000 0 100001 100000100 100111 110001

Color Harmonies of #6C4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4CAC

Black with #6C4CAC

Text Example


Text Example

White with #6C4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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