Html Css Color HEX #6D4CAB Studio

📋 copy color: '#6D4CAB'

red 109 ◦ green 76 ◦ blue 171

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

Shades of Studio #6D4CAB

Tints of Studio #6D4CAB

RGB

 RED value IS 109 (42.97% from 255) = 30.62%

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

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

R = 30.62%
G = 21.35%
B = 48.03%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D4CAB (or 0x6D4CAB) is known color: Studio. HEX triplet: 6D, 4C and AB. RGB value is (109,76,171). Sum of RGB (Red+Green+Blue) = 109+76+171=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 76 (30.08% from 255 or 21.35% 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 #6D4CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4CAB is #92B354. Grayscale: #606060. Windows color (decimal): -9614165 or 11226221. OLE color: 11226221.

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

Color convert

RGB 109 76 171 -
CMYK 0.36 0.56 0 0.33
HSL 260.84º 0.38% 0.48% -
HSV(B) 260.84º 0.56% 0.67% -
XYZ 16.24 11.36 39.86 -
YUV 96.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 109 76 171 0.36 0.56 0 0.33 260.84 0.38 0.48
Hex 6D 4C AB 24 38 0 21 105 26 30
Octal 155 114 253 44 70 0 41 405 46 60
Binary 1101101 1001100 10101011 100100 111000 0 100001 100000101 100110 110000

Color Harmonies of #6D4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CAB

Black with #6D4CAB

Text Example


Text Example

White with #6D4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,171); }

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

background-color css

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

 a { background-color: rgb(109,76,171); }

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

border-color css

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

 span { border-color: rgb(109,76,171); }

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