#6B47AA

Color #6B47AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #6B47AA

Tints of Studio #6B47AA

Color information

#6B47AA (or 0x6B47AA) is unknown color: approx Studio. HEX triplet: 6B, 47 and AA. RGB value is (107,71,170). Sum of RGB (Red+Green+Blue) = 107+71+170=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B47AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B47AA is #94B855. Grayscale: #5C5C5C. Windows color (decimal): -9746518 or 11159403. OLE color: 11159403.

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

Color convert

RGB10771170-
CMYK0.370.5800.33
HSL261.82º41.08%47.25%-
HSV(B)261.82º58.24%66.67%-
XYZ15.5710.5339.24-
YUV93.05171.43137.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.75%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=30.75%
G=20.40%
B=48.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107711700.370.5800.33261.8241.0847.25
Hex6B47AA253A021106292f
Octal15310725245720414065157
Binary11010111000111101010101001011110100100001100000110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,71,170); }

 H1.HeaderClassName
 {
   color: #6B47AA;
 }
 .AnyTagClassName
 {
   color: #6B47AA;
 }
</style>
background-color css

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

 a { background-color: rgb(107,71,170); }

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

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

 span { border-color: rgb(107,71,170); }

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