#6B46AD

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

Shades of Studio #6B46AD

Tints of Studio #6B46AD

Color information

#6B46AD (or 0x6B46AD) is unknown color: approx Studio. HEX triplet: 6B, 46 and AD. RGB value is (107,70,173). Sum of RGB (Red+Green+Blue) = 107+70+173=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B46AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B46AD is #94B952. Grayscale: #5C5C5C. Windows color (decimal): -9746771 or 11355755. OLE color: 11355755.

HSL color Cylindrical-coordinate representation of color #6B46AD: hue angle of 261.55º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B46AD is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10770173-
CMYK0.380.6000.32
HSL261.55º42.39%47.65%-
HSV(B)261.55º59.54%67.84%-
XYZ15.810.5240.73-
YUV92.8173.26138.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.57%
GREEN value IS 70 (27.73% from 255) = 20%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=30.57%
G=20%
B=49.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107701730.380.6000.32261.5542.3947.65
Hex6B46AD263C0201062a30
Octal15310625546740404065260
Binary11010111000110101011011001101111000100000100000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B46AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,70,173); }

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

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

 a { background-color: rgb(107,70,173); }

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

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

 span { border-color: rgb(107,70,173); }

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