#6F569F

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

Shades of Studio #6F569F

Tints of Studio #6F569F

Color information

#6F569F (or 0x6F569F) is unknown color: approx Studio. HEX triplet: 6F, 56 and 9F. RGB value is (111,86,159). Sum of RGB (Red+Green+Blue) = 111+86+159=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F569F is #90A960. Grayscale: #656565. Windows color (decimal): -9480545 or 10442351. OLE color: 10442351.

HSL color Cylindrical-coordinate representation of color #6F569F: hue angle of 260.55º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F569F is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11186159-
CMYK0.300.4600.38
HSL260.55º29.8%48.04%-
HSV(B)260.55º45.91%62.35%-
XYZ16.1412.5434.37-
YUV101.8160.28134.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.18%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=31.18%
G=24.16%
B=44.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111861590.300.4600.38260.5529.848.04
Hex6F569F1E2E0261051e30
Octal15712623736560464053660
Binary110111110101101001111111110101110010011010000010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,86,159); }

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

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

 a { background-color: rgb(111,86,159); }

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

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

 span { border-color: rgb(111,86,159); }

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