#6F539C

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

Shades of Studio #6F539C

Tints of Studio #6F539C

Color information

#6F539C (or 0x6F539C) is unknown color: approx Studio. HEX triplet: 6F, 53 and 9C. RGB value is (111,83,156). Sum of RGB (Red+Green+Blue) = 111+83+156=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F539C is #90AC63. Grayscale: #636363. Windows color (decimal): -9481316 or 10244975. OLE color: 10244975.

HSL color Cylindrical-coordinate representation of color #6F539C: hue angle of 263.01º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F539C is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11183156-
CMYK0.290.4700.39
HSL263.01º30.54%46.86%-
HSV(B)263.01º46.79%61.18%-
XYZ15.6511.9732.94-
YUV99.69159.78136.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=31.71%
G=23.71%
B=44.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111831560.290.4700.39263.0130.5446.86
Hex6F539C1D2F0271071f2f
Octal15712323435570474073757
Binary110111110100111001110011101101111010011110000011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,156); }

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

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

 a { background-color: rgb(111,83,156); }

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

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

 span { border-color: rgb(111,83,156); }

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