#6F499B

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

Shades of Studio #6F499B

Tints of Studio #6F499B

Color information

#6F499B (or 0x6F499B) is unknown color: approx Studio. HEX triplet: 6F, 49 and 9B. RGB value is (111,73,155). Sum of RGB (Red+Green+Blue) = 111+73+155=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F499B is #90B664. Grayscale: #5D5D5D. Windows color (decimal): -9483877 or 10176879. OLE color: 10176879.

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

Color convert

RGB11173155-
CMYK0.280.5300.39
HSL267.8º35.96%44.71%-
HSV(B)267.8º52.9%60.78%-
XYZ14.8510.5132.26-
YUV93.71162.59140.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=32.74%
G=21.53%
B=45.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111731550.280.5300.39267.835.9644.71
Hex6F499B1C3502710c242d
Octal15711123334650474144455
Binary1101111100100110011011111001101010100111100001100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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