#6B4A93

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

Shades of Studio #6B4A93

Tints of Studio #6B4A93

Color information

#6B4A93 (or 0x6B4A93) is unknown color: approx Studio. HEX triplet: 6B, 4A and 93. RGB value is (107,74,147). Sum of RGB (Red+Green+Blue) = 107+74+147=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4A93 is #94B56C. Grayscale: #5B5B5B. Windows color (decimal): -9745773 or 9652843. OLE color: 9652843.

HSL color Cylindrical-coordinate representation of color #6B4A93: hue angle of 267.12º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4A93 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10774147-
CMYK0.270.5000.42
HSL267.12º33.03%43.33%-
HSV(B)267.12º49.66%57.65%-
XYZ13.7810.1328.83-
YUV92.19158.93138.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.62%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=32.62%
G=22.56%
B=44.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107741470.270.5000.42267.1233.0343.33
Hex6B4A931B3202A10b212b
Octal15311222333620524134153
Binary1101011100101010010011110111100100101010100001011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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