#6F4999

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

Shades of Studio #6F4999

Tints of Studio #6F4999

Color information

#6F4999 (or 0x6F4999) is unknown color: approx Studio. HEX triplet: 6F, 49 and 99. RGB value is (111,73,153). Sum of RGB (Red+Green+Blue) = 111+73+153=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F4999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4999 is #90B666. Grayscale: #5D5D5D. Windows color (decimal): -9483879 or 10045807. OLE color: 10045807.

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

Color convert

RGB11173153-
CMYK0.270.5200.4
HSL268.5º35.4%44.31%-
HSV(B)268.5º52.29%60%-
XYZ14.6910.4431.38-
YUV93.48161.59140.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=32.94%
G=21.66%
B=45.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111731530.270.5200.4268.535.444.31
Hex6F49991B3402810c232c
Octal15711123133640504144354
Binary1101111100100110011001110111101000101000100001100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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