Html Css Color HEX #6B4AAC Studio

📋 copy color: '#6B4AAC'

red 107 ◦ green 74 ◦ blue 172

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

Shades of Studio #6B4AAC

Tints of Studio #6B4AAC

RGB

 RED value IS 107 (42.19% from 255) = 30.31%

 GREEN value IS 74 (29.3% from 255) = 20.96%

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

R = 30.31%
G = 20.96%
B = 48.73%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B4AAC (or 0x6B4AAC) is known color: Studio. HEX triplet: 6B, 4A and AC. RGB value is (107,74,172). Sum of RGB (Red+Green+Blue) = 107+74+172=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B4AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4AAC is #94B553. Grayscale: #5E5E5E. Windows color (decimal): -9745748 or 11291243. OLE color: 11291243.

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

Color convert

RGB 107 74 172 -
CMYK 0.38 0.57 0 0.33
HSL 260.2º 0.4% 0.48% -
HSV(B) 260.2º 0.57% 0.67% -
XYZ 15.96 11 40.31 -
YUV 95.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 107 74 172 0.38 0.57 0 0.33 260.2 0.4 0.48
Hex 6B 4A AC 26 39 0 21 104 28 30
Octal 153 112 254 46 71 0 41 404 50 60
Binary 1101011 1001010 10101100 100110 111001 0 100001 100000100 101000 110000

Color Harmonies of #6B4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4AAC

Black with #6B4AAC

Text Example


Text Example

White with #6B4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,74,172); }

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

background-color css

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

 a { background-color: rgb(107,74,172); }

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

border-color css

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

 span { border-color: rgb(107,74,172); }

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