#6F499A

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

Shades of Studio #6F499A

Tints of Studio #6F499A

Color information

#6F499A (or 0x6F499A) is unknown color: approx Studio. HEX triplet: 6F, 49 and 9A. RGB value is (111,73,154). Sum of RGB (Red+Green+Blue) = 111+73+154=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F499A is #90B665. Grayscale: #5D5D5D. Windows color (decimal): -9483878 or 10111343. OLE color: 10111343.

HSL color Cylindrical-coordinate representation of color #6F499A: hue angle of 268.15º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F499A is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11173154-
CMYK0.280.5300.40
HSL268.15º35.68%44.51%-
HSV(B)268.15º52.6%60.39%-
XYZ14.7710.4831.82-
YUV93.6162.09140.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=32.84%
G=21.60%
B=45.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111731540.280.5300.40268.1535.6844.51
Hex6F499A1C3502810c242d
Octal15711123234650504144455
Binary1101111100100110011010111001101010101000100001100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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