#6F4C93

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

Shades of Studio #6F4C93

Tints of Studio #6F4C93

Color information

#6F4C93 (or 0x6F4C93) is unknown color: approx Studio. HEX triplet: 6F, 4C and 93. RGB value is (111,76,147). Sum of RGB (Red+Green+Blue) = 111+76+147=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F4C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4C93 is #90B36C. Grayscale: #5E5E5E. Windows color (decimal): -9483117 or 9653359. OLE color: 9653359.

HSL color Cylindrical-coordinate representation of color #6F4C93: hue angle of 269.58º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F4C93 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11176147-
CMYK0.240.4800.42
HSL269.58º31.84%43.73%-
HSV(B)269.58º48.3%57.65%-
XYZ14.4110.6528.9-
YUV94.56157.6139.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.23%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=33.23%
G=22.75%
B=44.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111761470.240.4800.42269.5831.8443.73
Hex6F4C93183002A10e202c
Octal15711422330600524164054
Binary1101111100110010010011110001100000101010100001110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,147); }

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

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

 a { background-color: rgb(111,76,147); }

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

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

 span { border-color: rgb(111,76,147); }

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