#6F4E99

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

Shades of Studio #6F4E99

Tints of Studio #6F4E99

Color information

#6F4E99 (or 0x6F4E99) is unknown color: approx Studio. HEX triplet: 6F, 4E and 99. RGB value is (111,78,153). Sum of RGB (Red+Green+Blue) = 111+78+153=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F4E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F4E99 is #90B166. Grayscale: #606060. Windows color (decimal): -9482599 or 10047087. OLE color: 10047087.

HSL color Cylindrical-coordinate representation of color #6F4E99: hue angle of 266.4º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F4E99 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11178153-
CMYK0.270.4900.4
HSL266.4º32.47%45.29%-
HSV(B)266.4º49.02%60%-
XYZ15.0311.1331.49-
YUV96.42159.93138.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.46%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=32.46%
G=22.81%
B=44.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111781530.270.4900.4266.432.4745.29
Hex6F4E991B3102810a202d
Octal15711623133610504124055
Binary1101111100111010011001110111100010101000100001010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,78,153); }

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

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

 a { background-color: rgb(111,78,153); }

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

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

 span { border-color: rgb(111,78,153); }

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