#6F489B

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

Shades of Studio #6F489B

Tints of Studio #6F489B

Color information

#6F489B (or 0x6F489B) is unknown color: approx Studio. HEX triplet: 6F, 48 and 9B. RGB value is (111,72,155). Sum of RGB (Red+Green+Blue) = 111+72+155=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F489B is #90B764. Grayscale: #5C5C5C. Windows color (decimal): -9484133 or 10176623. OLE color: 10176623.

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

Color convert

RGB11172155-
CMYK0.280.5400.39
HSL268.19º36.56%44.51%-
HSV(B)268.19º53.55%60.78%-
XYZ14.7910.3832.23-
YUV93.12162.92140.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=32.84%
G=21.30%
B=45.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111721550.280.5400.39268.1936.5644.51
Hex6F489B1C3602710c252d
Octal15711023334660474144555
Binary1101111100100010011011111001101100100111100001100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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