#6F539A

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

Shades of Studio #6F539A

Tints of Studio #6F539A

Color information

#6F539A (or 0x6F539A) is unknown color: approx Studio. HEX triplet: 6F, 53 and 9A. RGB value is (111,83,154). Sum of RGB (Red+Green+Blue) = 111+83+154=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F539A is #90AC65. Grayscale: #636363. Windows color (decimal): -9481318 or 10113903. OLE color: 10113903.

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

Color convert

RGB11183154-
CMYK0.280.4600.40
HSL263.66º29.96%46.47%-
HSV(B)263.66º46.1%60.39%-
XYZ15.4811.932.05-
YUV99.47158.78136.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.90%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=31.90%
G=23.85%
B=44.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111831540.280.4600.40263.6629.9646.47
Hex6F539A1C2E0281081e2e
Octal15712323234560504103656
Binary110111110100111001101011100101110010100010000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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