#6D46B4

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

Shades of Studio #6D46B4

Tints of Studio #6D46B4

Color information

#6D46B4 (or 0x6D46B4) is unknown color: approx Studio. HEX triplet: 6D, 46 and B4. RGB value is (109,70,180). Sum of RGB (Red+Green+Blue) = 109+70+180=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D46B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D46B4 is #92B94B. Grayscale: #5D5D5D. Windows color (decimal): -9615692 or 11814509. OLE color: 11814509.

HSL color Cylindrical-coordinate representation of color #6D46B4: hue angle of 261.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D46B4 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10970180-
CMYK0.390.6100.29
HSL261.27º44%49.02%-
HSV(B)261.27º61.11%70.59%-
XYZ16.7410.9344.41-
YUV94.2176.42138.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.36%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 180 (70.70% from 255) = 50.14%
R=30.36%
G=19.50%
B=50.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal109701800.390.6100.29261.274449.02
Hex6D46B4273D01D1052c31
Octal15510626447750354055461
Binary1101101100011010110100100111111101011101100000101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D46B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,70,180); }

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

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

 a { background-color: rgb(109,70,180); }

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

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

 span { border-color: rgb(109,70,180); }

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