Html Css Color HEX #6C4BAA Studio

📋 copy color: '#6C4BAA'

red 108 ◦ green 75 ◦ blue 170

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

Shades of Studio #6C4BAA

Tints of Studio #6C4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 30.59%
G = 21.25%
B = 48.16%

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

#6C4BAA (or 0x6C4BAA) is known color: Studio. HEX triplet: 6C, 4B and AA. RGB value is (108,75,170). Sum of RGB (Red+Green+Blue) = 108+75+170=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C4BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4BAA is #93B455. Grayscale: #5F5F5F. Windows color (decimal): -9679958 or 11160428. OLE color: 11160428.

HSL color Cylindrical-coordinate representation of color #6C4BAA: hue angle of 260.84º degrees, saturation: 0.39, 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 #6C4BAA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 75 170 -
CMYK 0.36 0.56 0 0.33
HSL 260.84º 0.39% 0.48% -
HSV(B) 260.84º 0.56% 0.67% -
XYZ 15.96 11.12 39.34 -
YUV 95.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 108 75 170 0.36 0.56 0 0.33 260.84 0.39 0.48
Hex 6C 4B AA 24 38 0 21 105 27 30
Octal 154 113 252 44 70 0 41 405 47 60
Binary 1101100 1001011 10101010 100100 111000 0 100001 100000101 100111 110000

Color Harmonies of #6C4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4BAA

Black with #6C4BAA

Text Example


Text Example

White with #6C4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,75,170); }

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

background-color css

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

 a { background-color: rgb(108,75,170); }

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

border-color css

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

 span { border-color: rgb(108,75,170); }

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