Html Css Color HEX #6C4DAB Studio

📋 copy color: '#6C4DAB'

red 108 ◦ green 77 ◦ blue 171

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

Shades of Studio #6C4DAB

Tints of Studio #6C4DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 30.34%
G = 21.63%
B = 48.03%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C4DAB (or 0x6C4DAB) is known color: Studio. HEX triplet: 6C, 4D and AB. RGB value is (108,77,171). Sum of RGB (Red+Green+Blue) = 108+77+171=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4DAB is #93B254. Grayscale: #606060. Windows color (decimal): -9679445 or 11226476. OLE color: 11226476.

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

Color convert

RGB 108 77 171 -
CMYK 0.37 0.55 0 0.33
HSL 259.79º 0.38% 0.49% -
HSV(B) 259.79º 0.55% 0.67% -
XYZ 16.19 11.44 39.88 -
YUV 96.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 108 77 171 0.37 0.55 0 0.33 259.79 0.38 0.49
Hex 6C 4D AB 25 37 0 21 104 26 31
Octal 154 115 253 45 67 0 41 404 46 61
Binary 1101100 1001101 10101011 100101 110111 0 100001 100000100 100110 110001

Color Harmonies of #6C4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4DAB

Black with #6C4DAB

Text Example


Text Example

White with #6C4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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